Class VBNothingValue
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()