Search Results for

    Show / Hide Table of Contents

    Class WhitespaceToken

    Token type for whitespace such as spaces and tabs.

    Inheritance
    object
    Token
    StringToken
    WhitespaceToken
    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 WhitespaceToken : StringToken

    Constructors

    | Edit this page View Source

    WhitespaceToken(string)

    Constructor with the specified value.

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

    WhitespaceToken(string, int)

    Constructor with the specified value and line number.

    Declaration
    public WhitespaceToken(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