TypeArray sealed class TypeArray Documentation Code public static readonly TypeArray Empty public int Count { get; } public CType this[int i] { get; } public CType[] Items { get; } public static TypeArray Allocate(int ctype, TypeArray array, int offset) public static TypeArray Allocate(CType[] types) public static TypeArray Concat(TypeArray pta1, TypeArray pta2) public void CopyItems(int i, int c, CType[] dest)