Class VBParameterDescValue
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
ParameterVBParameterSymbol
Properties
Parameter
public VBParameterSymbol Parameter { get; init; }
Property Value
Size
The allocated size (in bytes) of this value.
public override int Size { get; }