[This is preliminary documentation and is subject to change.]
Adapts type-safe delegates from TypeConverter<(Of <(<'T>)>)>..::..ITypeConverterWithValidation<(Of <(<'TOther>)>)> to semi type-safe delegates from TypeConverter<(Of <(<'T>)>)>
Namespace: Tools.ComponentModelTAssembly: 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 |
|---|
|
Type Parameters
- TOther
- TOther type of delegates
Inheritance Hierarchy
System..::..Object
Tools.ComponentModelT..::..TypeConverter<(Of <(<'T>)>)>..::..DAdaptor<(Of <(<'TOther>)>)>
Tools.ComponentModelT..::..TypeConverter<(Of <(<'T>)>)>..::..DAdaptor<(Of <(<'TOther>)>)>