Skip to content

TapeHideCommand

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Declares the beginning of hidden output.

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

Inheritance

ObjectTapeCommandTapeHideCommand

Implements

Constructors

TapeHideCommand(TapeSourceSpan)

Declares the beginning of hidden output.

Parameters:

csharp
public TapeHideCommand(TapeSourceSpan Span)

Released under the MIT License.