SourceFilePosition<TSelf, TFile> Constructors
Initialises a new instance of the SourceFilePosition<TSelf, TFile> class.
protected SourceFilePosition(TFile file, int startIndex, int length);
Parameters
| Name | Type | Description |
|---|---|---|
file |
TFile |
The source file. |
startIndex |
Int32 |
The start index of the position in the source file. |
length |
Int32 |
The length of the position in the source file. |