Represents the method that defines a Boolean query on an object.
[
Edit]
public delegate bool Predicate<T> (T obj) |
|
Type Parameters
- T
- Documentation for this section has not yet been entered.
[Edit]
Parameters
- obj
- Documentation for this section has not yet been entered.
[Edit]
Value
true if obj meets the criteria defined within the method represented by this delegate; otherwise, false.true if obj meets the criteria defined within the method represented by this delegate; otherwise, false.Documentation for this section has not yet been entered.
[Edit]
[Edit]
[Edit]
Remarks
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0