Table of Contents

Class VBDeferredClassType

Namespace
RDCore.SDK.Model.Types.Complex
Assembly
RDCore.SDK.dll
public record VBDeferredClassType : VBDeferredType, IEquatable<VBType>, IVBDeferrableType, IVBInferableType, IEquatable<VBDeferredType>, IEquatable<VBDeferredClassType>
Inheritance
VBDeferredClassType
Implements
Inherited Members

Constructors

VBDeferredClassType(string, Uri)

public VBDeferredClassType(string Name, Uri Uri)

Parameters

Name string
Uri Uri

Properties

DefaultValue

Gets the default value for this data type.

public override VBTypedValue DefaultValue { get; }

Property Value

VBTypedValue

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.