Table of Contents

Class VBParameterDescValue

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

A meta-value that represents a VBParameterSymbol.

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

Constructors

VBParameterDescValue(Symbol, VBParameterSymbol)

A meta-value that represents a VBParameterSymbol.

public VBParameterDescValue(Symbol Symbol, VBParameterSymbol Parameter)

Parameters

Symbol Symbol
Parameter VBParameterSymbol

Properties

BoxedValue

Gets the boxed (object) underlying managed value.

public override object BoxedValue { get; }

Property Value

object

Remarks

👉 This member is provided as a non-generic convenience for contexts where the type is unknown. Use the generic ITypedValue<T> whenever possible instead.

Parameter

public VBParameterSymbol Parameter { get; init; }

Property Value

VBParameterSymbol

Size

The allocated size (in bytes) of this value.

public override int Size { get; }

Property Value

int

Symbol

public Symbol Symbol { get; init; }

Property Value

Symbol