PzxBlock<THeader> Class
Definition
Base class for blocks in a PZX file with a strongly-typed header.
public abstract class PzxBlock<THeader> : PzxBlock
where THeader : PzxBlockHeader
Type Parameters
| Name | Description |
|---|---|
| THeader | The type of the block's header. |
Properties
| Name | Description |
|---|---|
| Header | Gets the strongly-typed header for this block. |