ExpressionContextCompilerTResult, TContextType Constructor

Definition

Namespace: Gemstone.Expressions.Evaluator
Assembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.182 -- Release Build+b36dc607d600f1a4df4b951e4741025c6c41ad80
public ExpressionContextCompiler(
	string expression,
	ExpressionContext<TContextType> context
)

Parameters

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

See Also