Méthode | Description | |
---|---|---|
Where ( this collection, Predicate |
Gets a list of items that satisfy the predicate from the collection
|
public static Where ( this collection, Predicate |
||
collection | this | Collection to search through |
predicate | Predicate |
Predicate that the items must satisfy |
Résultat | IEnumerable |