Class EolToken
Represents end-of-lines (line separator characters).
Inherited Members
Namespace: RTools_NTS.Util
Assembly: NetTopologySuite.dll
Syntax
public class EolToken : Token
Constructors
| Edit this page View SourceEolToken()
Default constructor.
Declaration
public EolToken()
EolToken(int)
Constructor that takes line number.
Declaration
public EolToken(int line)
Parameters
Type | Name | Description |
---|---|---|
int | line |
Properties
| Edit this page View SourceStringValue
Override, see base Token
Declaration
public override string StringValue { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
| Edit this page View SourceEquals(object)
Override, see base Token
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
object | other |
Returns
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceGetHashCode()
Override, see base Token
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
| Edit this page View SourceToDebugString()
Override, see base Token
Declaration
public override string ToDebugString()
Returns
Type | Description |
---|---|
string |
Overrides
| Edit this page View SourceToString()
Override, see base Token
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |