10 lines
94 B
C#
10 lines
94 B
C#
namespace ProtoBuf;
|
|
|
|
public enum PrefixStyle
|
|
{
|
|
None,
|
|
Base128,
|
|
Fixed32,
|
|
Fixed32BigEndian
|
|
}
|