Class VBFixedSizeArrayValue
A value representing a fixed-size array.
public sealed record VBFixedSizeArrayValue : VBArrayValue, IEquatable<VBTypedValue>, IEquatable<VBArrayValue>, IEquatable<VBFixedSizeArrayValue>
- Inheritance
-
VBFixedSizeArrayValue
- Implements
- Inherited Members
Constructors
VBFixedSizeArrayValue(IBindingHandle, (int lBound, int uBound)[], VBType?)
Creates a fixed-size array bound to handle (currently inert).
public VBFixedSizeArrayValue(IBindingHandle handle, (int lBound, int uBound)[] dimensions, VBType? itemType = null)
Parameters
VBFixedSizeArrayValue((int lBound, int uBound)[], VBType?)
Creates a new fixed-size array with the specified declared dimensions.
public VBFixedSizeArrayValue((int lBound, int uBound)[] dimensions, VBType? itemType = null)