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

MethodOptions() 공개 메소드

Initializes a new instance of the MethodOptions class.
public MethodOptions ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public MethodOptions()
        {
            UninterpretedOptions = new List<UninterpretedOption>();
            Deprecated = false;
        }
MethodOptions