TzxBlock<THeader> Class
Definition
Base class for a TZX block with a strongly-typed header.
public abstract class TzxBlock<THeader> : TzxBlock
where THeader : TzxBlockHeader
Type Parameters
| Name | Description |
|---|---|
| THeader | The type of the block header. |
Properties
| Name | Description |
|---|---|
| Header | Gets the strongly-typed header for this block. |