C# Class ExpectBetter.Codegen.MatcherInterceptorSelector

Inheritance: IInterceptorSelector
Afficher le fichier Open project: benjamin-bader/ExpectBetter

Méthodes publiques

Méthode Description
SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]

Method Details

SelectInterceptors() public méthode

public SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]
type System.Type
method System.Reflection.MethodInfo
interceptors IInterceptor
Résultat IInterceptor[]