C# Class Yea.DataTypes.ExtensionMethods.MatchCollectionExtensions

MatchCollection extensions
Datei anzeigen Open project: OxPatient/Rule-Engine

Public Methods

Method Description
Where ( this collection, Predicate predicate ) : IEnumerable

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

Method Details

Where() public static method

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
return IEnumerable