Skip to content

TapeCommand

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Represents an immutable Tape instruction, including application-defined instructions.

csharp
public abstract record TapeCommand : IEquatable<TapeCommand>

Inheritance

ObjectTapeCommand

Implements

Constructors

TapeCommand(TapeSourceSpan)

Represents an immutable Tape instruction, including application-defined instructions.

Parameters:

csharp
protected TapeCommand(TapeSourceSpan Span)

Properties

Span

The instruction's source range.

Returns: TapeSourceSpan

csharp
public TapeSourceSpan Span { get; init; }

Released under the MIT License.