Class QuoteToken
Token type for Quotes such as "this is a quote".
Inherited Members
Namespace: RTools_NTS.Util
Assembly: NetTopologySuite.dll
Syntax
public class QuoteToken : StringToken
Constructors
| Edit this page View SourceQuoteToken(string)
Constructor with the specified value.
Declaration
public QuoteToken(string s)
Parameters
Type | Name | Description |
---|---|---|
string | s |
QuoteToken(string, int)
Constructor with the specified value and line number.
Declaration
public QuoteToken(string s, int line)
Parameters
Type | Name | Description |
---|---|---|
string | s | |
int | line |