Interface IFileRange
Represents a location in source code.
public interface IFileRange : IRange, ICloneable
Properties
- FileName
When implemented by a class, gets the full name of the source file.
- SourceText
When implemented by a class, gets the text line inside the file.