LoopBlock Constructors
A tape block that repeats a sequence of blocks a specified number of times.
public LoopBlock(int loops, IReadOnlyList<TapeBlock> blocks);
Parameters
| Name | Type | Description |
|---|---|---|
loops |
Int32 |
The number of times to repeat the blocks. |
blocks |
IReadOnlyList<TapeBlock> |
The blocks to repeat. |