AnalyzeRawProtobuf.MethodOptions.MethodOptions C# (CSharp) Method

MethodOptions() public method

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