AnalyzeRawProtobuf.UninterpretedOption.NamePart.NamePart C# (CSharp) Method

NamePart() public method

Initializes a new instance of the NamePart class.
public NamePart ( ) : System.Collections.Generic
return System.Collections.Generic
            public NamePart()
            {
                Namepart = string.Empty;
                IsExtension = null;
            }
UninterpretedOption.NamePart