[]
Represents the location of a span of text within original ExpressionInfo string.
public struct Span
Name | Description |
---|---|
Span(Location, Location) | Initializes a new instance of the Span structure. |
Name | Description |
---|---|
Empty | Represents an uninitialized Span object. |
Name | Description |
---|---|
Finish | The ending location of the text. |
IsValid | Determines if this object describes a valid location. |
Start | The starting location of the text. |
Name | Description |
---|---|
Equals(Span) | Determines if the specified Span 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. |