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

Wraps Predicate<(Of <(<'T>)>)> of [TTo] so it looks like Predicate<(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 PredicateAdaptor
Visual Basic
Protected Class PredicateAdaptor
Visual C++
protected ref class PredicateAdaptor
F#
type PredicateAdaptor =  class end
JScript
protected class PredicateAdaptor

Inheritance Hierarchy

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

See Also