Class FileRange
Represents a location in source code.
public class FileRange : Range, IFileRange, IRange, ICloneable
- Inheritance
-
FileRange
- Implements
Constructors
- FileRange(Point, Point, string, string)
Initializes a new instance of the
FileRange
class with specified parameters.
Properties
- FileName
Gets the text line inside the file.
- SourceText
Gets string inside this location.