C# Class Junior.Route.AutoRouting.ClassFilters.DelegateFilter

Inheritance: IClassFilter
Show file Open project: nathan-alden/junior-route Class Usage Examples

Public Methods

Method Description
DelegateFilter ( bool>.Func matchDelegate ) : System
MatchesAsync ( Type type ) : Task

Method Details

DelegateFilter() public method

public DelegateFilter ( bool>.Func matchDelegate ) : System
matchDelegate bool>.Func
return System

MatchesAsync() public method

public MatchesAsync ( Type type ) : Task
type System.Type
return Task