Table of Contents

Class VBDeferredModuleType

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

Constructors

VBDeferredModuleType(string, Uri)

public VBDeferredModuleType(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.