Interface IMethodResolver
- Namespace
- Steeltoe.Common.Expression.Internal
- Assembly
- Steeltoe.Common.Abstractions.dll
public interface IMethodResolver
Methods
Resolve(IEvaluationContext, object, string, List<Type>)
IMethodExecutor Resolve(IEvaluationContext context, object targetObject, string name, List<Type> argumentTypes)
Parameters
context
IEvaluationContexttargetObject
objectname
stringargumentTypes
List<Type>