AnalyzeRawProtobuf.MessageOptions.MessageOptions C# (CSharp) Method

MessageOptions() public method

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