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(VBParameterSymbol)

A meta-value that represents a VBParameterSymbol.

public VBParameterDescValue(VBParameterSymbol Parameter)

Parameters

Parameter VBParameterSymbol

Properties

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