C# 클래스 Pegasus.Expressions.LiteralExpression

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

공개 메소드들

메소드 설명
LiteralExpression ( Cursor start, Cursor end, string value, bool ignoreCase = null, bool fromResource = false ) : System

Initializes a new instance of the LiteralExpression class.

메소드 상세

LiteralExpression() 공개 메소드

Initializes a new instance of the LiteralExpression class.
public LiteralExpression ( Cursor start, Cursor end, string value, bool ignoreCase = null, bool fromResource = false ) : System
start Cursor The cursor just before the .
end Cursor The cursor just after the .
value string The literal value.
ignoreCase bool A value indicating whether or not the expression should ignore case differences when matching.
fromResource bool A value indicating whether corresponds to a resource name or a literal value.
리턴 System