LoopBlock Class
Definition
A tape block that repeats a sequence of blocks a specified number of times.
public sealed class LoopBlock : TapeBlock
Constructors
| Name | Description |
|---|---|
| LoopBlock(Int32, IReadOnlyList<TapeBlock>) | A tape block that repeats a sequence of blocks a specified number of times. |
Properties
| Name | Description |
|---|---|
| Blocks | Gets the blocks to repeat. |
| Loops | Gets the number of times to repeat the blocks. |