点击或拖拽改变大小

CollectionTExists 方法

确定 集合 是否包含与指定谓词所定义的条件相匹配的元素

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public bool Exists(
	Predicate<T> match
)

参数

match
类型:SystemPredicateT

[缺少 "M:CPF.Collection`1.Exists(System.Predicate{`0})" 的 <param name="match"/> 文档]

返回值

类型:Boolean

[缺少 "M:CPF.Collection`1.Exists(System.Predicate{`0})" 的 <returns> 文档]

参见