TapBlock<THeader> Class
Definition
Base class for blocks in a TAP file with a strongly typed header.
public abstract class TapBlock<THeader> : TapBlock
where THeader : TapHeader
Type Parameters
| Name | Description |
|---|---|
THeader |
The type of header for the block. |
Properties
| Name | Description |
|---|---|
Header |
Gets the strongly typed header for the block. |