Class GeneratedClrTypeInfo
Inheritance
GeneratedClrTypeInfo
Assembly: Google.Protobuf.dll
Syntax
public sealed class GeneratedClrTypeInfo
Constructors
GeneratedClrTypeInfo(Type, MessageParser, string[], string[], Type[], Extension[], GeneratedClrTypeInfo[])
Declaration
public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] oneofNames, Type[] nestedEnums, Extension[] extensions, GeneratedClrTypeInfo[] nestedTypes)
Parameters
GeneratedClrTypeInfo(Type, MessageParser, string[], string[], Type[], GeneratedClrTypeInfo[])
Declaration
public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] oneofNames, Type[] nestedEnums, GeneratedClrTypeInfo[] nestedTypes)
Parameters
GeneratedClrTypeInfo(Type[], Extension[], GeneratedClrTypeInfo[])
Declaration
public GeneratedClrTypeInfo(Type[] nestedEnums, Extension[] extensions, GeneratedClrTypeInfo[] nestedTypes)
Parameters
GeneratedClrTypeInfo(Type[], GeneratedClrTypeInfo[])
Declaration
public GeneratedClrTypeInfo(Type[] nestedEnums, GeneratedClrTypeInfo[] nestedTypes)
Parameters
Properties
ClrType
Declaration
public Type ClrType { get; }
Property Value
Extensions
Declaration
public Extension[] Extensions { get; }
Property Value
NestedEnums
Declaration
public Type[] NestedEnums { get; }
Property Value
NestedTypes
Declaration
public GeneratedClrTypeInfo[] NestedTypes { get; }
Property Value
OneofNames
Declaration
public string[] OneofNames { get; }
Property Value
Parser
Declaration
public MessageParser Parser { get; }
Property Value
PropertyNames
Declaration
public string[] PropertyNames { get; }
Property Value