Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Solutions Property
SwiPlCs interface ► SbsSW.SwiPlCs ► PlQuery ► Solutions
Enumerate the solutions.
For examples see PlQuery(String)

C# | Visual Basic | Visual C++ |
public IEnumerable<PlTermV> Solutions { get; }
Public ReadOnly Property Solutions As IEnumerable(Of PlTermV) Get
public: property IEnumerable<PlTermV>^ Solutions { IEnumerable<PlTermV>^ get (); }
