Google.Protobuf.Reflection.GeneratedClrTypeInfo.GeneratedClrTypeInfo C# (CSharp) Method

GeneratedClrTypeInfo() public method

Creates a GeneratedClrTypeInfo for a file descriptor, with only types and enums.
public GeneratedClrTypeInfo ( Type nestedEnums, GeneratedClrTypeInfo nestedTypes ) : System
nestedEnums System.Type
nestedTypes GeneratedClrTypeInfo
return System
        public GeneratedClrTypeInfo(Type[] nestedEnums, GeneratedClrTypeInfo[] nestedTypes)
            : this(null, null, null, null, nestedEnums, nestedTypes)
        {
        }
    }

Same methods

GeneratedClrTypeInfo::GeneratedClrTypeInfo ( Type clrType, MessageParser parser, string propertyNames, string oneofNames, Type nestedEnums, GeneratedClrTypeInfo nestedTypes ) : System
GeneratedClrTypeInfo