Appccelerate.EvaluationEngine.Context.Context C# (CSharp) Method

Context() public method

Initializes a new instance of the Context class.
public Context ( ) : System.Collections.Generic
return System.Collections.Generic
        public Context()
        {
            this.Expressions = new List<ExpressionInfo>();
        }
Context