ZXSpectrumFileFormat Constructors
Initializes a new instance of the ZXSpectrumFileFormat class.
protected ZXSpectrumFileFormat(string name, string fileExtension, Type fileType);
Parameters
| Name | Type | Description |
|---|---|---|
name |
String |
The display name of the format. |
fileExtension |
String |
The file extension for the format, without a leading dot. |
fileType |
Type |
The type of ZXSpectrumFile for this format. |