Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Junior
Route
AutoRouting
ClassFilters
DelegateFilter
C# Class Junior.Route.AutoRouting.ClassFilters.DelegateFilter
Inheritance:
IClassFilter
Mostrar archivo
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