C# Class Pegasus.Expressions.AndExpression

Represents a positive look-ahead.
Inheritance: Expression
Exibir arquivo Open project: otac0n/Pegasus Class Usage Examples

Public Methods

Method Description
AndExpression ( Expression expression ) : System

Initializes a new instance of the AndExpression class.

Method Details

AndExpression() public method

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.
return System