FileItemGetConverter Method

Returns a type converter for this instance of a component.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public TypeConverter GetConverter()

Return Value

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

Implements

ICustomTypeDescriptorGetConverter

See Also