Tip
Use the extension method
AsITypedPropertyT(DynamicProperty)
to cast a DynamicProperty to an ITypedPropertyT
instance.
T DefaultValue { get; }
ReadOnly Property DefaultValue As T
Get
property T DefaultValue {
T get ();
}
abstract DefaultValue : 'T with get