9 lines
82 B
C#
9 lines
82 B
C#
namespace ProtoBuf;
|
|
|
|
public enum ImplicitFields
|
|
{
|
|
None,
|
|
AllPublic,
|
|
AllFields
|
|
}
|