[]
Represents a location in text.
public struct Location
| Name | Description |
|---|---|
| Location(long, long, long) | Initializes a new instance of the Location structure. |
| Name | Description |
|---|---|
| Empty | Represents an uninitialized Location object. |
| Name | Description |
|---|---|
| Column | The one based column number. |
| Index | The zero based index into the stream of text. |
| IsValid | Determines if this object describes a valid location. |
| Line | The one based line number. |
| Name | Description |
|---|---|
| Before(Location) | Determines if the specified location occurs before this location in the text stream. |
| Equals(Location) | Determines if the specified Location is equal to this object. |
| Equals(object) | Determines if the specified object is equal to this object. |
| GetHashCode() | See GetHashCode() |
| ToString() | Returns a string representation of this object. |