FeaturesSequence.WhereSet

FeaturesSequence.WhereSet method

选择已设置属性的要素。

public virtual FeaturesSequence WhereSet(string attributeName)
参数类型描述
attributeNameString用于过滤的属性。

返回值

属性已设置的要素。

异常

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

另见