Click or drag to resize

TypeValueDictionaryAdd Method (Type, Object)

Adds the value as a return value for conversions that convert to destinationType. This operation overwrites previous declarations for this type, if any.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public void Add(
	Type destinationType,
	Object value
)

Parameters

destinationType
Type: SystemType
The destination type of conversion.
value
Type: SystemObject
The value.
See Also