Skip to content

TapeShowCommand

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Declares the resumption of visible output.

csharp
public sealed record TapeShowCommand : TapeCommand, IEquatable<TapeCommand>, IEquatable<TapeShowCommand>

Inheritance

ObjectTapeCommandTapeShowCommand

Implements

Constructors

TapeShowCommand(TapeSourceSpan)

Declares the resumption of visible output.

Parameters:

csharp
public TapeShowCommand(TapeSourceSpan Span)

Released under the MIT License.