Property IsEOLSignificant
IsEOLSignificant
Specifies whether the end of a line is significant and should be returned
as TT_EOF in TokenType by this tokenizer.
true
if EOL is significant, false
otherwise.
Declaration
public virtual bool IsEOLSignificant { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |