C# Класс Yea.DataTypes.ExtensionMethods.MatchCollectionExtensions

MatchCollection extensions
Показать файл Открыть проект

Открытые методы

Метод Описание
Where ( this collection, Predicate predicate ) : IEnumerable

Gets a list of items that satisfy the predicate from the collection

Описание методов

Where() публичный статический Метод

Gets a list of items that satisfy the predicate from the collection
public static Where ( this collection, Predicate predicate ) : IEnumerable
collection this Collection to search through
predicate Predicate Predicate that the items must satisfy
Результат IEnumerable