Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Add Method (term)
SwiPlCs interfaceSbsSW.SwiPlCsPlTermAdd(PlTerm)
Appends an element to a list by creating a new one and copy all elements Note This is a slow version see my mail from Jan from 2007.11.06 14:44
Declaration Syntax
C#Visual BasicVisual C++F#
public bool Add(
	PlTerm term
)
Public Function Add ( 
	term As PlTerm
) As Boolean
public:
bool Add(
	PlTerm term
)
member Add : 
        term : PlTerm -> bool 
Parameters
term (PlTerm)
a closed list
Return Value
Boolean
True if Succeed

Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)