Interface IMethodFilter
Namespace: Steeltoe.Common.Expression.Internal
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public interface IMethodFilter
Methods
| Edit this page View SourceFilter(List<MethodInfo>)
Declaration
List<MethodInfo> Filter(List<MethodInfo> methods)
Parameters
Type | Name | Description |
---|---|---|
List<MethodInfo> | methods |
Returns
Type | Description |
---|---|
List<MethodInfo> |