SourceReader Constructors
Initialises a new instance of the SourceReader class to read the specified TextFile.
public SourceReader(TextFile file);
Parameters
| Name | Type | Description |
|---|---|---|
file |
TextFile |
The file to read. |
Initialises a new instance of the SourceReader class to read the specified TextFile.
public SourceReader(TextFile file);
| Name | Type | Description |
|---|---|---|
file |
TextFile |
The file to read. |