AnalyzeRawProtobuf.MessageDescriptor.ExtensionRange.ExtensionRange C# (CSharp) Method

ExtensionRange() public method

Initializes a new instance of the ExtensionRange class.
public ExtensionRange ( ) : System.Collections.Generic
return System.Collections.Generic
            public ExtensionRange()
            {
                Start = default(int);
                End = default(int);
            }
MessageDescriptor.ExtensionRange