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<VBRuntimeEntity>, IEquatable<VBTypedValue>, IVBTypedValue<VBObjectValue, MemoryAddress>, IEquatable<IVBTypedValue<VBObjectValue, MemoryAddress>>, IEquatable<VBObjectValue>, IEquatable<VBNothingValue>
Inheritance
VBNothingValue
Implements
Inherited Members

Constructors

VBNothingValue()

Represents the Nothing VBObjectValue literal.

public VBNothingValue()