C# 클래스 BrightIdeasSoftware.AbstractListFilter

Base class for whole list filters
상속: IListFilter
파일 보기 프로젝트 열기: soywiz/cspspemu

공개 메소드들

메소드 설명
Filter ( IEnumerable modelObjects ) : IEnumerable

Return a subset of the given list of model objects as the new contents of the ObjectListView

메소드 상세

Filter() 공개 메소드

Return a subset of the given list of model objects as the new contents of the ObjectListView
public Filter ( IEnumerable modelObjects ) : IEnumerable
modelObjects IEnumerable The collection of model objects that the list will possibly display
리턴 IEnumerable