Appccelerate.EvaluationEngine.Context.Context C# (CSharp) 메소드

Context() 공개 메소드

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