Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
ToList Method
SwiPlCs interfaceSbsSW.SwiPlCsPlTermToList()()()()
Converts to a strongly typed ReadOnlyCollection of PlTerm objects that can be accessed by index
Declaration Syntax
C#Visual BasicVisual C++F#
public ReadOnlyCollection<PlTerm> ToList()
Public Function ToList As ReadOnlyCollection(Of PlTerm)
public:
ReadOnlyCollection<PlTerm>^ ToList()
member ToList : unit -> ReadOnlyCollection<PlTerm> 
Return Value
ReadOnlyCollection<(Of <(<'PlTerm>)>)>
A strongly typed ReadOnlyCollection of PlTerm objects

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