[This is preliminary documentation and is subject to change.]

Author: Đonny

Provides base class for type-safe ExpandableObjectConverter with support for interface based conversion as TypeConverter<(Of <(<'T>)>)>

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public abstract class ExpandableObjectConverter<T> : TypeConverter<T>
Visual Basic
Public MustInherit Class ExpandableObjectConverter(Of T) _
	Inherits TypeConverter(Of T)
Visual C++
generic<typename T>
public ref class ExpandableObjectConverter abstract : public TypeConverter<T>
F#
[<AbstractClassAttribute>]
type ExpandableObjectConverter<'T> =  
    class
        inherit TypeConverter<'T>
    end
JScript
JScript does not support generic types or methods.

Type Parameters

T
Main type conversion is provided from and to

Inheritance Hierarchy

See Also

Collapse/expand Version History

1.5.2