Table of Contents

Class VBMissingValue

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

Represents a Variant/Missing value.

public sealed record VBMissingValue : VBTypedValue, IEquatable<VBRuntimeEntity>, IEquatable<VBTypedValue>, IEquatable<VBMissingValue>
Inheritance
VBMissingValue
Implements
Inherited Members

Constructors

VBMissingValue()

Represents a Variant/Missing value.

public VBMissingValue()

Properties

Missing

public static VBMissingValue Missing { get; }

Property Value

VBMissingValue

Size

The allocated size (in bytes) of this value.

public override int Size { get; }

Property Value

int