Class VBNothingValue
Represents the Nothing VBObjectValue literal.
public sealed record VBNothingValue : VBObjectValue, IEquatable<VBRuntimeEntity>, IEquatable<VBTypedValue>, IEquatable<VBObjectValue>, IVBTypedValue<VBObjectValue, int>, IEquatable<IVBTypedValue<VBObjectValue, int>>, IEquatable<VBNothingValue>
- Inheritance
-
VBNothingValue
- Implements
- Inherited Members
Constructors
VBNothingValue(Symbol)
Represents the Nothing VBObjectValue literal.
public VBNothingValue(Symbol Symbol)
Parameters
SymbolSymbolThe symbol associate with this value.
Properties
Symbol
The symbol associate with this value.
public Symbol Symbol { get; init; }