<PackageReference Include="Microsoft.CSharp" Version="4.5.0-rc1" />

TypeTable

static class TypeTable
public static void InsertAggregate(AggregateSymbol aggregate, AggregateType outer, TypeArray args, AggregateType ats)

public static void InsertArray(CType elementType, int rankNum, ArrayType pArray)

public static void InsertNullable(CType underlyingType, NullableType nullable)

public static void InsertParameterModifier(CType elementType, bool isOut, ParameterModifierType parameterModifier)

public static void InsertPointer(CType elementType, PointerType pointer)

public static ArrayType LookupArray(CType elementType, int rankNum)

public static NullableType LookupNullable(CType underlyingType)

public static ParameterModifierType LookupParameterModifier(CType elementType, bool isOut)

public static PointerType LookupPointer(CType elementType)