CArrayType public class CArrayType : CType Documentation Code public CType ElementType { get; } public int? Length { get; } public CArrayType(CType elementType, int? length)