A zero based list
- index (Int32)
The PlTerm for the given index
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Is thrown if (index < 0 || index >= Size) |
| PreconditionException | Is thrown if the operator is used on an uninitialized PlTerm |