ArchiveInfoEntry Constructors
A single entry in a TZX archive info block.
public ArchiveInfoEntry(ArchiveInfoType type, string text);
Parameters
| Name | Type | Description |
|---|---|---|
type |
ArchiveInfoType |
The type of archive info. |
text |
String |
The text value of the entry. |