TapeCommand
Namespace: Hex1b.Automation
Assembly: Hex1b.dll
Represents an immutable Tape instruction, including application-defined instructions.
csharp
public abstract record TapeCommand : IEquatable<TapeCommand>Inheritance
Object → TapeCommand
Implements
Constructors
TapeCommand(TapeSourceSpan)
Represents an immutable Tape instruction, including application-defined instructions.
Parameters:
Span(TapeSourceSpan): The instruction's source range.
csharp
protected TapeCommand(TapeSourceSpan Span)Properties
Span
The instruction's source range.
Returns: TapeSourceSpan
csharp
public TapeSourceSpan Span { get; init; }