TypeValueDictionaryAddTDestination Method (TDestination) |
Adds the value as a return value for TDestination.
This operation overwrites previous declarations for this type, if any.
Namespace:
TB.ComponentModel
Assembly:
UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax public void Add<TDestination>(
TDestination value
)
Parameters
- value
- Type: TDestination
The value.
Type Parameters
- TDestination
- The destination type of conversion.
See Also