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()
End
Gets or sets the end position of this range.
Start
Gets or sets the start position of this range.
Last updated 2 years ago
Was this helpful?