Contains

KnownPropertyList.Contains method

确定 System.Collections.Generic.ICollection 是否包含特定值。

public bool Contains(PropertyDescriptor item)
范围类型描述
itemPropertyDescriptor要在 System.Collections.Generic.ICollection 中定位的对象。

返回值

如果在 System.Collections.Generic.ICollection 中找到项目,则为 true;否则为假。

也可以看看