Search Results for

    Show / Hide Table of Contents

    Class QuoteToken

    Token type for Quotes such as "this is a quote".

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

    Constructors

    | Edit this page View Source

    QuoteToken(string)

    Constructor with the specified value.

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

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