Class CommentToken
Token type for comments, including line and block comments.
Inherited Members
Namespace: RTools_NTS.Util
Assembly: NetTopologySuite.dll
Syntax
public class CommentToken : StringToken
Constructors
| Edit this page View SourceCommentToken(string)
Constructor with the specified value.
Declaration
public CommentToken(string s)
Parameters
Type | Name | Description |
---|---|---|
string | s |
CommentToken(string, int)
Constructor with the specified value and line number.
Declaration
public CommentToken(string s, int line)
Parameters
Type | Name | Description |
---|---|---|
string | s | |
int | line |