C# Class ExpectBetter.Codegen.MatcherInterceptorSelector

Inheritance: IInterceptorSelector
Exibir arquivo 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[]