C# 클래스 Pegasus.Expressions.ClassExpression

Represents a of a single character within certain character ranges.
상속: Expression
파일 보기 프로젝트 열기: otac0n/Pegasus 1 사용 예제들

공개 메소드들

메소드 설명
ClassExpression ( IEnumerable ranges, bool negated = false, bool ignoreCase = null ) : System

Initializes a new instance of the ClassExpression class.

메소드 상세

ClassExpression() 공개 메소드

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.
리턴 System