Table of Contents

Class VBResizableArrayType

Namespace
RDCore.SDK.Model.Types
Assembly
RDCore.SDK.dll

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

ItemType VBType

The declared type of the array elements.

Properties

TypeInfo

The Array() resizable array data type.

public static VBArrayType TypeInfo { get; }

Property Value

VBArrayType