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

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

Public Methods

Method Description
InNamespaceFilter ( string @namespace ) : System
MatchesAsync ( Type type ) : Task

Method Details

InNamespaceFilter() public method

public InNamespaceFilter ( string @namespace ) : System
@namespace string
return System

MatchesAsync() public method

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