XSpect.Yacq.Expressions.YacqExpression.Contextful C# (CSharp) 메소드

Contextful() 공개 정적인 메소드

Creates a ContextfulExpression that represents the expression which is evaluated on special context.
public static Contextful ( Expression expression, ContextType contextType ) : ContextfulExpression
expression System.Linq.Expressions.Expression The expression to evaluate on special context.
contextType ContextType The type of evaluating context.
리턴 ContextfulExpression
        public static ContextfulExpression Contextful(Expression expression, ContextType contextType)
        {
            return Contextful(null, expression, contextType);
        }
    }

Same methods

YacqExpression::Contextful ( SymbolTable symbols, Expression expression, ContextType contextType ) : ContextfulExpression