Table of Contents

Struct VBRuntimeValueWrapper

Namespace
RDCore.SDK.Model.Values.Runtime
Assembly
RDCore.SDK.dll
public readonly record struct VBRuntimeValueWrapper : IEquatable<VBRuntimeValueWrapper>
Implements
Inherited Members

Constructors

VBRuntimeValueWrapper(IRuntimeValue)

public VBRuntimeValueWrapper(IRuntimeValue value)

Parameters

value IRuntimeValue

VBRuntimeValueWrapper(VBRuntimeReference)

public VBRuntimeValueWrapper(VBRuntimeReference reference)

Parameters

reference VBRuntimeReference

VBRuntimeValueWrapper(VBRuntimeVariantValue)

public VBRuntimeValueWrapper(VBRuntimeVariantValue variant)

Parameters

variant VBRuntimeVariantValue

Properties

RuntimeReference

public VBRuntimeReference? RuntimeReference { get; init; }

Property Value

VBRuntimeReference?

RuntimeValue

public IRuntimeValue? RuntimeValue { get; init; }

Property Value

IRuntimeValue

RuntimeVariant

public VBRuntimeVariantValue? RuntimeVariant { get; init; }

Property Value

VBRuntimeVariantValue?