C# Class Tup.Cobar4Net.Parser.Ast.Expression.Logical.LogicalNotExpression

'NOT' higherExpr
Inheritance: UnaryOperatorExpression
显示文件 Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
LogicalNotExpression ( IExpression operand ) : System.Collections.Generic

Protected Methods

Method Description
EvaluationInternal ( object>.IDictionary parameters ) : object

Method Details

EvaluationInternal() protected method

protected EvaluationInternal ( object>.IDictionary parameters ) : object
parameters object>.IDictionary
return object

LogicalNotExpression() public method

public LogicalNotExpression ( IExpression operand ) : System.Collections.Generic
operand IExpression
return System.Collections.Generic