System.Predicate.cs

ylbtech-System.Predicate.cs

 

1. Back to top
1、
#region assembly mscorlib, Version = 4.0.0.0, Culture = Neutral, PublicKeyToken = b77a5c561934e089
 // C: \ Program Files (x86) \ Reference Assemblies \ in the Microsoft \ Framework \ .NETFramework \ V4.5 \ mscorlib.dll 
#endregion 

namespace the System 
{ 
    // 
    // summary:
     //      represents a defined set of conditions and determines whether the specified object methods meet these conditions.
    // 
    // Parameters:
     //    obj:
     //      to compare objects under the conditions represented by a method whereby the delegate defined.
    // 
    // type parameter:
     //    T:
     //      types to compare objects.
    // 
    // Returns:
     //     If obj method thus eligible delegate representation defined, then true; otherwise false. 
    public  the delegate  BOOL the Predicate < in T> (T obj); 
}
2、
2. Return to top
 
3. Back to top
 
4. Top
 
5. Top
 
 
6. Back to top
 
warn Author: ylbtech
Source: http://ylbtech.cnblogs.com/
This article belongs to the author and blog Park total, welcome to reprint, but without the author's consent declared by this section must be retained, and given the original connection in the apparent position of the article page, otherwise reserves the right to pursue legal responsibilities.

Guess you like

Origin www.cnblogs.com/storebook/p/12641809.html