Range
Class in Yarn.Compiler
Inherits from System.Object
Summary
Represents a range of text in a multi-line string.
public class RangeConstructors
| Name | Description |
|---|---|
| Range(int,int,int,int) | Initializes a new instance of the Range class, given start and end information. |
| Range(Position,Position) | Initializes a new instance of the Range class, given start and end information. |
Fields
| Name | Description |
|---|---|
| InvalidRange | Represents the default value for a Range. |
Methods
| Name | Description |
|---|---|
| Equals(object) | |
| GetHashCode() | |
| ToString() |