泛型委托 Predicate/Func/Action

Predicate 泛型委托   表示定义一组条件并确定指定对象是否符合这些条件的方法。此委托由 Array 和 List 类的几种方法使用,用于在集合中搜索元素。 看看下面它的定义: // Summary:     //     Represents the method that defines a set of criteria and determines whether     // 
相关文章
相关标签/搜索