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

Wraps converter from [TTo] to TOut to work as converter from [TFrom] to TOut

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected class ConverterAdaptor<TOut>
Visual Basic
Protected Class ConverterAdaptor(Of TOut)
Visual C++
generic<typename TOut>
protected ref class ConverterAdaptor
F#
type ConverterAdaptor<'TOut> =  class end
JScript
JScript does not support generic types or methods.

Type Parameters

TOut
Type of output value of this ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>..::..ConverterAdaptor<(Of <(<'TOut>)>)>

Inheritance Hierarchy

System..::..Object
  Tools.CollectionsT.GenericT..::..ReadOnlyListAdapter<(Of <(<'TFrom, TTo>)>)>..::..ConverterAdaptor<(Of <(<'TOut>)>)>

See Also