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