Interface IMethodResolver
Namespace: Steeltoe.Common.Expression.Internal
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public interface IMethodResolver
Methods
| Edit this page View SourceResolve(IEvaluationContext, Object, String, List<Type>)
Declaration
IMethodExecutor Resolve(IEvaluationContext context, object targetObject, string name, List<Type> argumentTypes)
Parameters
Type | Name | Description |
---|---|---|
IEvaluationContext | context | |
System.Object | targetObject | |
System.String | name | |
List<Type> | argumentTypes |
Returns
Type | Description |
---|---|
IMethodExecutor |