Click or drag to resize

PropertyBagICustomTypeDescriptorGetConverter Method

Returns a type converter for this instance of a component.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
TypeConverter ICustomTypeDescriptor.GetConverter()

Return Value

Type: TypeConverter
A TypeConverter that is the converter for this object, or null if there is no TypeConverter for this object.

Implements

ICustomTypeDescriptorGetConverter
See Also