Class VBPropertyLetProcedureDesc
An abstract meta-type representing any VBPropertyLetMemberSymbol
public record VBPropertyLetProcedureDesc : VBProcedureMemberDesc, IEquatable<VBType>, IEquatable<VBMemberDesc>, IEquatable<VBProcedureMemberDesc>, IEquatable<VBPropertyLetProcedureDesc>
- Inheritance
-
VBPropertyLetProcedureDesc
- Implements
- Derived
- Inherited Members
Constructors
VBPropertyLetProcedureDesc(string, ImmutableArray<VBParameterSymbol>)
An abstract meta-type representing any VBPropertyLetMemberSymbol
public VBPropertyLetProcedureDesc(string Name, ImmutableArray<VBParameterSymbol> Parameters)
Parameters
NamestringThe name of the
Property LetmemberParametersImmutableArray<VBParameterSymbol>
Properties
DefaultValue
Gets the default value for this data type.
public override VBTypedValue DefaultValue { get; }
Property Value
Remarks
⚠️ Derived types must back the implementation of this property with a thread-safe private static readonly Lazy<T>.
Failure to do so would lock up the static context initialization of the StaticSymbol symbols.
TypeInfo
Describes a specific Property Let procedure member.
public static VBPropertyLetProcedureDesc TypeInfo { get; }