public ExpressionContextCompiler(
string expression,
ExpressionContext<TContextType> context
)
Public Sub New (
expression As String,
context As ExpressionContext(Of TContextType)
)
public:
ExpressionContextCompiler(
String^ expression,
ExpressionContext<TContextType>^ context
)
Gemstone.Expressions.Evaluator.ExpressionContextCompiler = function(expression, context);