ExpressionContextCompilerTResult Constructor

Definition

Namespace: Gemstone.Expressions.Evaluator
Assembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.166 -- Release Build+b9d6a8ace5a2e92842f42ad9e3bd94e5b5e57d9d
public ExpressionContextCompiler(
	string expression,
	ExpressionContext context
)

Parameters

expression  String
C# expression to compile.
context  ExpressionContext
Expression context used to define expression accessible field values.

See Also