Table of Contents

Class VBResizableByteArrayType

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

A VBArrayType representing the data type of a resizable array containing elements of type VBByteType.

public sealed record VBResizableByteArrayType : VBResizableArrayType, IEquatable<VBType>, IEquatable<VBIntrinsicType>, IEquatable<VBIntrinsicType<object[]>>, IEnumerableType, IEquatable<VBArrayType>, IEquatable<VBResizableArrayType>, IEquatable<VBResizableByteArrayType>
Inheritance
VBResizableByteArrayType
Implements
Inherited Members

Remarks

👉 Values of this specific type of array have let-coercion semantics to and from VBStringType values.

Constructors

VBResizableByteArrayType()

A VBArrayType representing the data type of a resizable array containing elements of type VBByteType.

public VBResizableByteArrayType()

Remarks

👉 Values of this specific type of array have let-coercion semantics to and from VBStringType values.

Properties

TypeInfo

The Byte() resizable array data type.

public static VBArrayType TypeInfo { get; }

Property Value

VBArrayType