Skip to content

RzxFile Constructors

Initializes a new instance of the RzxFile class.

public RzxFile(IReadOnlyList<RzxBlock> blocks, RzxHeader? header = null);

View source

Parameters

Name Type Description
blocks IReadOnlyList<RzxBlock> The blocks in the file.
header RzxHeader The file header, or null to create a default version 0.13 header.