Search Results for

    Show / Hide Table of Contents

    Class CommentToken

    Token type for comments, including line and block comments.

    Inheritance
    object
    Token
    StringToken
    CommentToken
    Inherited Members
    StringToken.ToDebugString()
    StringToken.ToString()
    StringToken.StringValue
    StringToken.GetHashCode()
    Token.LineNumber
    Token.obj
    Token.Object
    Token.UntermError
    Token.UntermErrorMsg
    Token.Equals(object)
    Token.Equals(string)
    Token.Equals(char)
    Token.ToLineString()
    Token.ConvertToType(Type)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: RTools_NTS.Util
    Assembly: NetTopologySuite.dll
    Syntax
    public class CommentToken : StringToken

    Constructors

    | Edit this page View Source

    CommentToken(string)

    Constructor with the specified value.

    Declaration
    public CommentToken(string s)
    Parameters
    Type Name Description
    string s
    | Edit this page View Source

    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
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX