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

Inheritance: IClassFilter
Afficher le fichier Open project: nathan-alden/junior-route Class Usage Examples

Méthodes publiques

Méthode Description
InNamespaceFilter ( string @namespace ) : System
MatchesAsync ( Type type ) : Task

Method Details

InNamespaceFilter() public méthode

public InNamespaceFilter ( string @namespace ) : System
@namespace string
Résultat System

MatchesAsync() public méthode

public MatchesAsync ( Type type ) : Task
type System.Type
Résultat Task