List<T>.Where Method

Include Protected Members
Include Inherited Members

Filters a sequence of values based on a predicate.

Overload List

  Name Description
Bb910018.pubextension(en-us,VS.95).gif Where(Func<T, Boolean>) Filters a sequence of values based on a predicate. (Defined by Enumerable.)
Bb910018.pubextension(en-us,VS.95).gif Where(Func<T, Int32, Boolean>) Filters a sequence of values based on a predicate. Each element's index is used in the logic of the predicate function. (Defined by Enumerable.)

Top

See Also

Reference

List<T> Class

List<T> Members

System.Collections.Generic Namespace