C# Class Pegasus.Expressions.ClassExpression

Represents a of a single character within certain character ranges.
Inheritance: Expression
ファイルを表示 Open project: otac0n/Pegasus Class Usage Examples

Public Methods

Method Description
ClassExpression ( IEnumerable ranges, bool negated = false, bool ignoreCase = null ) : System

Initializes a new instance of the ClassExpression class.

Method Details

ClassExpression() public method

Initializes a new instance of the ClassExpression class.
public ClassExpression ( IEnumerable ranges, bool negated = false, bool ignoreCase = null ) : System
ranges IEnumerable The ranges that match.
negated bool A value indicating whether or not the expression is negated.
ignoreCase bool A value indicating whether or not the expression should ignore case differences when matching.
return System