Notes to Implementers
In any case, the ITypeConverterT MUST
accept this value as input.
public T DefaultValue { get; }
Public ReadOnly Property DefaultValue As T
Get
public:
virtual property T DefaultValue {
T get () sealed;
}
abstract DefaultValue : 'T with get
override DefaultValue : 'T with get