Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Item Property (index)
SwiPlCs interfaceSbsSW.SwiPlCsPlTermVItem[([(Int32])])
A zero based list
Declaration Syntax
C#Visual BasicVisual C++
public PlTerm this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As PlTerm
public:
property PlTerm default[int index] {
	PlTerm get (int index);
	void set (int index, PlTerm value);
}
Parameters
index (Int32)
Return Value
The PlTerm for the given index
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIs thrown if (index < 0 || index >= Size)
PreconditionExceptionIs thrown if the operator is used on an uninitialized PlTerm

Assembly: SwiPlCs (Module: SwiPlCs) Version: 1.1.5990.0 (1.1.5990.0)