Info Record
Definition
An information entry from a PZX header block.
public sealed record Info : IEquatable<Info>
Constructors
| Name | Description |
|---|---|
| Info(String, String) | An information entry from a PZX header block. |
Properties
| Name | Description |
|---|---|
| Text | The text content of the information entry. |
| Type | The type of the information entry. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |