TypeArray sealed class TypeArray Documentation Code public int Count { get; } public CType this[int i] { get; } public CType[] Items { get; } public TypeArray(CType[] types) public void CopyItems(int i, int c, CType[] dest) public TypeParameterType ItemAsTypeParameterType(int i)