Search Results for

    Show / Hide Table of Contents

    Class EolToken

    Represents end-of-lines (line separator characters).

    Inheritance
    object
    Token
    EolToken
    Inherited Members
    Token.LineNumber
    Token.obj
    Token.Object
    Token.UntermError
    Token.UntermErrorMsg
    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 EolToken : Token

    Constructors

    | Edit this page View Source

    EolToken()

    Default constructor.

    Declaration
    public EolToken()
    | Edit this page View Source

    EolToken(int)

    Constructor that takes line number.

    Declaration
    public EolToken(int line)
    Parameters
    Type Name Description
    int line

    Properties

    | Edit this page View Source

    StringValue

    Override, see base Token

    Declaration
    public override string StringValue { get; }
    Property Value
    Type Description
    string
    Overrides
    Token.StringValue

    Methods

    | Edit this page View Source

    Equals(object)

    Override, see base Token

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    Token.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Override, see base Token

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    Token.GetHashCode()
    | Edit this page View Source

    ToDebugString()

    Override, see base Token

    Declaration
    public override string ToDebugString()
    Returns
    Type Description
    string
    Overrides
    Token.ToDebugString()
    | Edit this page View Source

    ToString()

    Override, see base Token

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX