Class CommentToken
Token which represents Comments.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class CommentToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceCommentToken(string, int, int, int)
Creates a new Comment Token.
Declaration
public CommentToken(string value, int line, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
string | value | The Comment. |
int | line | Line on which the Comment occurs. |
int | start | Column at which the Comment starts. |
int | end | Column at which the Comment ends. |