FeaturesSequence.WhereEqual

FeaturesSequence.WhereEqual<T> method

选择属性值等于提供值的要素。

public virtual FeaturesSequence WhereEqual<T>(string attributeName, T value)
参数描述
T用于比较的值的类型。
attributeName用于过滤的属性。
用于比较的值。

返回值

属性值等于提供值的要素。

异常

异常条件
ArgumentException此要素序列中不存在具有该名称的属性。

另见