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

Wraps Action<(Of <(<'T>)>)> of [TTo] so it looks like Action<(Of <(<'T>)>)> of [TFrom]

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

Syntax

C#
protected class ActionAdaptor
Visual Basic
Protected Class ActionAdaptor
Visual C++
protected ref class ActionAdaptor
F#
type ActionAdaptor =  class end
JScript
protected class ActionAdaptor

Inheritance Hierarchy

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

See Also