Class PredicateInfoFactory
public static class PredicateInfoFactory
- Inheritance
-
PredicateInfoFactory
- Inherited Members
Methods
CreatePredicateInfo<T>(Delegate)
public static PredicateInfo CreatePredicateInfo<T>(this Delegate predicateT)
Parameters
predicateT
Delegate
Returns
Type Parameters
T
CreatePredicateInfo<T>(Predicate<T>)
public static PredicateInfo CreatePredicateInfo<T>(this Predicate<T> predicateT)
Parameters
predicateT
Predicate<T>
Returns
Type Parameters
T