Interface IMethodExecutor
Namespace: Steeltoe.Common.Expression.Internal
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public interface IMethodExecutor
Methods
| Edit this page View SourceExecute(IEvaluationContext, Object, Object[])
Declaration
ITypedValue Execute(IEvaluationContext context, object target, params object[] arguments)
Parameters
Type | Name | Description |
---|---|---|
IEvaluationContext | context | |
System.Object | target | |
System.Object[] | arguments |
Returns
Type | Description |
---|---|
ITypedValue |