Skip to content

Methods_T_Cyjb_PredicateUtil

CYJB edited this page Apr 5, 2022 · 1 revision

PredicateUtil 方法

The PredicateUtil type exposes the following members.

方法

 

名称 说明
公共方法静态成员 And(T)(Predicate(T), Predicate(T)) 返回要求当前条件与指定条件进行同时满足的条件。
公共方法静态成员 And(T)(Predicate(T), Predicate(T)[]) 返回要求当前条件与指定条件进行同时满足的条件。
公共方法静态成员 False(T) 返回总是不满足的条件。
公共方法静态成员 Not(T) 返回不能满足当前条件的条件。
公共方法静态成员 Or(T)(Predicate(T), Predicate(T)) 返回要求当前条件与指定条件满足任意一个的条件。
公共方法静态成员 Or(T)(Predicate(T), Predicate(T)[]) 返回要求当前条件与指定条件满足任意一个的条件。
公共方法静态成员 True(T) 返回总是满足的条件。
  Back to Top

参见

Reference

PredicateUtil 类
Cyjb 命名空间

Clone this wiki locally