C# 클래스 Hiro.Loaders.TypeFilter

Represents a type that can filter a list of types.
상속: ITypeFilter
파일 보기 프로젝트 열기: philiplaureano/Hiro

공개 메소드들

메소드 설명
GetTypes ( IEnumerable items, Predicate filter ) : IList

Filters a list of given types.

메소드 상세

GetTypes() 공개 메소드

Filters a list of given types.
public GetTypes ( IEnumerable items, Predicate filter ) : IList
items IEnumerable The list of types to be filtered.
filter Predicate The predicate that determines which types should be selected.
리턴 IList