AnalyzeRawProtobuf.OneofDescriptor.OneofDescriptor C# (CSharp) Метод

OneofDescriptor() публичный Метод

Initializes a new instance of the OneofDescriptor class.
public OneofDescriptor ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public OneofDescriptor()
        {
            Name = string.Empty;
        }
OneofDescriptor