C# Class Hiro.Loaders.TypeFilter

Represents a type that can filter a list of types.
Inheritance: ITypeFilter
显示文件 Open project: philiplaureano/Hiro

Public Methods

Method Description
GetTypes ( IEnumerable items, Predicate filter ) : IList

Filters a list of given types.

Method Details

GetTypes() public method

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.
return IList