<PackageReference Include="Relativity.OutsideIn" Version="2022.8.0" />

GeneratedClrTypeInfo

public sealed class GeneratedClrTypeInfo
public Type ClrType { get; }

public Extension[] Extensions { get; }

public Type[] NestedEnums { get; }

public string[] OneofNames { get; }

public MessageParser Parser { get; }

public string[] PropertyNames { get; }

public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] oneofNames, Type[] nestedEnums, Extension[] extensions, GeneratedClrTypeInfo[] nestedTypes)

public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] oneofNames, Type[] nestedEnums, GeneratedClrTypeInfo[] nestedTypes)

public GeneratedClrTypeInfo(Type[] nestedEnums, Extension[] extensions, GeneratedClrTypeInfo[] nestedTypes)

public GeneratedClrTypeInfo(Type[] nestedEnums, GeneratedClrTypeInfo[] nestedTypes)