C# Class Pegasus.Expressions.AndExpression

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

Méthodes publiques

Méthode Description
AndExpression ( Expression expression ) : System

Initializes a new instance of the AndExpression class.

Method Details

AndExpression() public méthode

Initializes a new instance of the AndExpression class.
public AndExpression ( Expression expression ) : System
expression Expression An expression that must match at a location for this expression to match at that location.
Résultat System