Table of Contents

Class FixedMethodFilter

Namespace
Steeltoe.Integration.Util
Assembly
Steeltoe.Integration.IntegrationBase.dll
public class FixedMethodFilter : IMethodFilter
Inheritance
FixedMethodFilter
Implements
Inherited Members

Constructors

FixedMethodFilter(MethodInfo)

public FixedMethodFilter(MethodInfo method)

Parameters

method MethodInfo

Methods

Filter(List<MethodInfo>)

public List<MethodInfo> Filter(List<MethodInfo> methods)

Parameters

methods List<MethodInfo>

Returns

List<MethodInfo>