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