C# 클래스 Pegasus.Expressions.AndExpression

Represents a positive look-ahead.
상속: Expression
파일 보기 프로젝트 열기: otac0n/Pegasus 1 사용 예제들

공개 메소드들

메소드 설명
AndExpression ( Expression expression ) : System

Initializes a new instance of the AndExpression class.

메소드 상세

AndExpression() 공개 메소드

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