Class PrimitiveConstructorExecutor
Inheritance
System.Object
PrimitiveConstructorExecutor
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class PrimitiveConstructorExecutor : IConstructorExecutor
Constructors
|
Edit this page
View Source
PrimitiveConstructorExecutor(Type)
Declaration
public PrimitiveConstructorExecutor(Type primitiveType)
Parameters
Type |
Name |
Description |
Type |
primitiveType |
|
Methods
|
Edit this page
View Source
Execute(IEvaluationContext, Object[])
Declaration
public ITypedValue Execute(IEvaluationContext context, params object[] arguments)
Parameters
Type |
Name |
Description |
IEvaluationContext |
context |
|
System.Object[] |
arguments |
|
Returns
Type |
Description |
ITypedValue |
|