Class in Yarn.Compiler
Inherits from System.Object
System.Object
Represents a range of text in a multi-line string.
public class Range
Range()
Initializes a new instance of the Range class.
Range(int,int,int,int)
Initializes a new instance of the Range class, given start and end information.
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 3 days ago
Was this helpful?