Class FixedMethodFilter
Inheritance
System.Object
FixedMethodFilter
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public class FixedMethodFilter : IMethodFilter
Constructors
|
Edit this page
View Source
FixedMethodFilter(MethodInfo)
Declaration
public FixedMethodFilter(MethodInfo method)
Parameters
Type |
Name |
Description |
MethodInfo |
method |
|
Methods
|
Edit this page
View Source
Filter(List<MethodInfo>)
Declaration
public List<MethodInfo> Filter(List<MethodInfo> methods)
Parameters
Type |
Name |
Description |
List<MethodInfo> |
methods |
|
Returns
Type |
Description |
List<MethodInfo> |
|