Skip to content

TzxTextBlock<THeader> Class

Definition

Base class for TZX blocks that contain ASCII text data.

public abstract class TzxTextBlock<THeader> : TzxBlock<THeader>
   where THeader : TzxBlockHeader

View source

Type Parameters

Name Description
THeader The type of the block header.

Properties

Name Description
Text Gets the ASCII text content of this block.

Methods

Name Description
ToString() Returns a string that represents the current object.