메소드 | 설명 | |
---|---|---|
LiteralExpression ( Cursor start, Cursor end, string value, bool ignoreCase = null, bool fromResource = false ) : System |
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 |
리턴 | System |