Click or drag to resize

ConversionCollectionAdd Method

Adds the given conversion with the given priority.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public ConversionCollection Add(
	ITypeConversion conversion,
	ConversionPriority priority
)

Parameters

conversion
Type: TB.ComponentModelITypeConversion
Conversion to add.
priority
Type: TB.ComponentModelConversionPriority
Priority of the conversion to add.

Return Value

Type: ConversionCollection
This instance as part of a fluent interface.
See Also