Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
ExpectBetter
Codegen
MatcherInterceptorSelector
C# Class ExpectBetter.Codegen.MatcherInterceptorSelector
Inheritance:
IInterceptorSelector
Datei anzeigen
Open project: benjamin-bader/ExpectBetter
Public Methods
Method
Description
SelectInterceptors
(
Type
type
,
MethodInfo
method
,
IInterceptor
interceptors
) :
IInterceptor[]
Method Details
SelectInterceptors()
public
method
public
SelectInterceptors
(
Type
type
,
MethodInfo
method
,
IInterceptor
interceptors
) :
IInterceptor[]
type
System.Type
method
System.Reflection.MethodInfo
interceptors
IInterceptor
return
IInterceptor[]