ConversionResultT Constructor (T) |
Initializes a new instance that contains the specified value as the result of a successful conversion.
Namespace:
TB.ComponentModel
Assembly:
UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax public ConversionResult(
T value
)
Parameters
- value
- Type: T
The result of the conversion.
See Also