点击或拖拽改变大小

CollectionTExists 方法

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

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

参数

match
类型:SystemPredicateT

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

返回值

类型:Boolean

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

参见