C# Class Pegasus.Expressions.NotExpression

Represents a negative look-ahead.
Inheritance: Expression
Show file Open project: otac0n/Pegasus Class Usage Examples

Public Methods

Method Description
NotExpression ( Expression expression ) : System

Initializes a new instance of the NotExpression class.

Method Details

NotExpression() public method

Initializes a new instance of the NotExpression class.
public NotExpression ( Expression expression ) : System
expression Expression An expression that must not match at a location for this expression to match at that location.
return System