Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlCompound Method (functor, arg1, arg2)
SwiPlCs interfaceSbsSW.SwiPlCsPlTermPlCompound(String, PlTerm, PlTerm)

Create a compound term with the given name ant the arguments

Declaration Syntax
C#Visual BasicVisual C++F#
public static PlTerm PlCompound(
	string functor,
	PlTerm arg1,
	PlTerm arg2
)
Public Shared Function PlCompound ( 
	functor As String,
	arg1 As PlTerm,
	arg2 As PlTerm
) As PlTerm
public:
static PlTerm PlCompound(
	String^ functor, 
	PlTerm arg1, 
	PlTerm arg2
)
static member PlCompound : 
        functor : string * 
        arg1 : PlTerm * 
        arg2 : PlTerm -> PlTerm 
Parameters
functor (String)
The functor (name) of the compound term
arg1 (PlTerm)
The first Argument as a PlTerm
arg2 (PlTerm)
The second Argument as a PlTerm
Return Value

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