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>, 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

Symbol Symbol

The symbol associate with this value.

Properties

Symbol

The symbol associate with this value.

public Symbol Symbol { get; init; }

Property Value

Symbol