A zero based list
| C# | Visual Basic | Visual C++ | F# |
public PlTerm this[ int index ] { get; set; }
Public Default Property Item ( index As Integer ) As PlTerm Get Set
public: property PlTerm default[int index] { PlTerm get (int index); void set (int index, PlTerm value); }
member Item : PlTerm with get, set
- index (Int32)
PlTerm
The PlTerm for the given index
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 |
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)