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.2.0.0 (1.2.14.1118)
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