C# 클래스 Pegasus.Expressions.NotCodeExpression

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

공개 메소드들

메소드 설명
NotCodeExpression ( CodeSpan code ) : System

Initializes a new instance of the NotCodeExpression class.

메소드 상세

NotCodeExpression() 공개 메소드

Initializes a new instance of the NotCodeExpression class.
public NotCodeExpression ( CodeSpan code ) : System
code CodeSpan The code to execute for the negative assertion.
리턴 System