Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Item Property (index)
SwiPlCs interface ► SbsSW.SwiPlCs ► PlTermV ► Item[([( Int32])])
A zero based list
Declaration Syntax
Parameters- index (Int32)
Return ValueThe PlTerm for the given index
Exceptions| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Is thrown if (index < 0 || index >= Size) |
| PreconditionException | Is thrown if the operator is used on an uninitialized PlTerm |