Class EofToken
Represents end of file/stream.
Inherited Members
Namespace: RTools_NTS.Util
Assembly: NetTopologySuite.dll
Syntax
public class EofToken : Token
Constructors
| Edit this page View SourceEofToken()
Default constructor.
Declaration
public EofToken()
EofToken(int)
Constructor that takes line number.
Declaration
public EofToken(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 |