Class WordToken
Token type for words, meaning sequences of word characters.
Inherited Members
Namespace: RTools_NTS.Util
Assembly: NetTopologySuite.dll
Syntax
public class WordToken : StringToken
Constructors
| Edit this page View SourceWordToken(string)
Constructor with the specified value.
Declaration
public WordToken(string s)
Parameters
Type | Name | Description |
---|---|---|
string | s |
WordToken(string, int)
Constructor with the specified value and line number.
Declaration
public WordToken(string s, int line)
Parameters
Type | Name | Description |
---|---|---|
string | s | |
int | line |