Skip to content

ZXSpectrumFileFormat Constructors

Initializes a new instance of the ZXSpectrumFileFormat class.

protected ZXSpectrumFileFormat(string name, string fileExtension, Type fileType);

View source

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.