FeaturesSequence.WhereNotNull

FeaturesSequence.WhereNotNull method

null 以外の属性を持つフィーチャを選択します。

public virtual FeaturesSequence WhereNotNull(string attributeName)
パラメータタイプ説明
attributeNameStringフィルタリングする属性。

戻り値

属性値が null ではないフィーチャ。

例外

例外調子
ArgumentExceptionこのフィーチャ シーケンスには、そのような名前の属性は存在しません。

関連項目