Table of Contents

Interface IMethodExecutor

Namespace
Steeltoe.Common.Expression.Internal
Assembly
Steeltoe.Common.Abstractions.dll
public interface IMethodExecutor

Methods

Execute(IEvaluationContext, object, params object[])

ITypedValue Execute(IEvaluationContext context, object target, params object[] arguments)

Parameters

context IEvaluationContext
target object
arguments object[]

Returns

ITypedValue