Class WhitespaceToken
Token type for whitespace such as spaces and tabs.
Inherited Members
Namespace: RTools_NTS.Util
Assembly: NetTopologySuite.dll
Syntax
public class WhitespaceToken : StringToken
Constructors
| Edit this page View SourceWhitespaceToken(string)
Constructor with the specified value.
Declaration
public WhitespaceToken(string s)
Parameters
Type | Name | Description |
---|---|---|
string | s |
WhitespaceToken(string, int)
Constructor with the specified value and line number.
Declaration
public WhitespaceToken(string s, int line)
Parameters
Type | Name | Description |
---|---|---|
string | s | |
int | line |