SourceFilePosition<TSelf, TFile> Class
Definition
A SourcePosition in a source code file.
public abstract class SourceFilePosition<TSelf, TFile> : SourcePosition<TSelf>, IEquatable<SourcePosition>, IEqualityOperators<SourcePosition, SourcePosition, Boolean>
where TSelf : SourceFilePosition<TSelf, TFile>
where TFile : SourceFile
Type Parameters
Name | Description |
---|---|
TSelf | |
TFile |
Constructors
Name | Description |
---|---|
Initialises a new instance of the SourceFilePosition<TSelf, TFile> class. |
Properties
Name | Description |
---|---|
The exclusive end index of the position in the source file. | |
The SourceFile. | |
The length of the position in the source file. | |
The inclusive start index of the position in the source file. |
Methods
Name | Description |
---|---|
Creates a combination of this SourceFilePosition<TSelf, TFile> and another. Used to create a combination for Combine(TSelf). | |
Returns | |
Last modified: 22 November 2024