TypeArray class TypeArray Documentation public int Count { get; } public CType this[int i] { get; } public int size { get; } public int Size { get; } public TypeArray(CType[] types) public void CopyItems(int i, int c, CType[] dest) public bool HasErrors() public CType Item(int i) public TypeParameterType ItemAsTypeParameterType(int i) public CType[] ToArray()