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

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

Syntax

C#
protected sealed class DAdaptor<TOther>
Visual Basic
Protected NotInheritable Class DAdaptor(Of TOther)
Visual C++
generic<typename TOther>
protected ref class DAdaptor sealed
F#
[<SealedAttribute>]
type DAdaptor<'TOther> =  class end
JScript
JScript does not support generic types or methods.

Type Parameters

TOther
TOther type of delegates

Inheritance Hierarchy

System..::..Object
  Tools.ComponentModelT..::..TypeConverter<(Of <(<'T>)>)>..::..DAdaptor<(Of <(<'TOther>)>)>

See Also