Click or drag to resize
Sandcastle Help File BuilderReferenceItemGetConverter Method
Returns a type converter for this instance of a component.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public TypeConverter 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