ArrayType sealed class ArrayType : CType Documentation Code public CType BaseElementType { get; } public CType ElementType { get; } public bool IsSZArray { get; } public int Rank { get; } public ArrayType(CType elementType, int rank, bool isSZArray)