FeaturesSequence.WhereLinq

FeaturesSequence.WhereLinq method

使用 linq 将选择条件合并为单个查询。

public virtual FeaturesSequence WhereLinq(Func<Feature, bool> filteringPredicate)
参数类型描述
filteringPredicateFunc`2用于过滤的 Lambda 函数。

返回值

满足选择条件的属性值的特征。

异常

异常条件
NullReferenceException如果基序列为 null 或谓词为 null。

另见