Class VBVoidValue
Represents the data type returned by non-returning member procedures.
public sealed record VBVoidValue : VBTypedValue, IEquatable<VBRuntimeEntity>, IEquatable<VBTypedValue>, IEquatable<VBVoidValue>
- Inheritance
-
VBVoidValue
- Implements
- Inherited Members
Remarks
This data type has no attached or specified semantics.
Constructors
VBVoidValue()
Represents the data type returned by non-returning member procedures.
public VBVoidValue()
Remarks
This data type has no attached or specified semantics.
Properties
Size
The allocated size (in bytes) of this value.
public override int Size { get; }
Property Value
Void
A meta-value representing the absence of value semantics, expressed in a valid VBTypedValue.
public static VBVoidValue Void { get; }