C# 클래스 Yea.DataTypes.ExtensionMethods.MatchCollectionExtensions

MatchCollection extensions
파일 보기 프로젝트 열기: OxPatient/Rule-Engine

공개 메소드들

메소드 설명
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