Class in Yarn.Compiler
Inherits from System.Object
System.Object
Represents a range of text in a multi-line string.
public class Range
Range(int,int,int,int)
Initializes a new instance of the Range class, given start and end information.
Range(Position,Position)
InvalidRange
Represents the default value for a Range.
Equals(object)
GetHashCode()
ToString()
End
Gets or sets the end position of this range.
IsValid
Gets a value indicating whether this range is valid.
Start
Gets or sets the start position of this range.
Last updated 7 months ago
Was this helpful?