SourceFile Constructors
Initialises a new instance of the SourceFile class.
protected SourceFile(string name, int length);
Parameters
| Name | Type | Description |
|---|---|---|
name |
String |
The name of the source file. |
length |
Int32 |
The length of the source file. |