C# Class Pegasus.Expressions.NotExpression

Represents a negative look-ahead.
Inheritance: Expression
Afficher le fichier Open project: otac0n/Pegasus Class Usage Examples

Méthodes publiques

Méthode Description
NotExpression ( Expression expression ) : System

Initializes a new instance of the NotExpression class.

Method Details

NotExpression() public méthode

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.
Résultat System