Class VBResizableArrayType
A VBArrayType representing the data type of any resizable array.
public record VBResizableArrayType : VBArrayType, IEquatable<VBType>, IEquatable<VBIntrinsicType>, IEquatable<VBIntrinsicType<object[]>>, IEnumerableType, IEquatable<VBArrayType>, IEquatable<VBResizableArrayType>
- Inheritance
-
VBResizableArrayType
- Implements
- Derived
- Inherited Members
Constructors
VBResizableArrayType(VBType)
A VBArrayType representing the data type of any resizable array.
public VBResizableArrayType(VBType ItemType)
Parameters
ItemTypeVBTypeThe declared type of the array elements.
Properties
TypeInfo
The Array() resizable array data type.
public static VBArrayType TypeInfo { get; }