BrowsePointBlock Class
Definition
A PZX block that marks a browse point in the tape.
public sealed class BrowsePointBlock : PzxBlock<BrowsePointHeader>
Constructors
| Name | Description |
|---|---|
| BrowsePointBlock(Stream) | Initialises a new instance of the BrowsePointBlock class from a stream. |
Properties
| Name | Description |
|---|---|
| Text | Gets the text of the browse point. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |