AnalyzeRawProtobuf.EnumDescriptor.EnumDescriptor C# (CSharp) 메소드

EnumDescriptor() 공개 메소드

Initializes a new instance of the EnumDescriptor class.
public EnumDescriptor ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public EnumDescriptor()
        {
            Name = string.Empty;
            Values = new List<EnumValueDescriptor>();
            Options = null;
        }
EnumDescriptor