Table of Contents

Class VBNothingValue

Namespace
RDCore.SDK.Model.Values.Intrinsic
Assembly
RDCore.SDK.dll

Represents the Nothing VBObjectValue literal.

public sealed record VBNothingValue : VBObjectValue, IEquatable<VBTypedValue>, IVBTypedValue<VBObjectValue, VBRuntimeObjectId>, IEquatable<IVBTypedValue<VBObjectValue, VBRuntimeObjectId>>, IEquatable<VBObjectValue>, IEquatable<VBNothingValue>
Inheritance
VBNothingValue
Implements
Inherited Members

Constructors

VBNothingValue()

Represents the Nothing VBObjectValue literal.

public VBNothingValue()