Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlCompound Method (functor, arg1)
SwiPlCs interfaceSbsSW.SwiPlCsPlTermPlCompound(String, 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
)
Public Shared Function PlCompound ( 
	functor As String,
	arg1 As PlTerm
) As PlTerm
public:
static PlTerm PlCompound(
	String^ functor, 
	PlTerm arg1
)
static member PlCompound : 
        functor : string * 
        arg1 : PlTerm -> PlTerm 
Parameters
functor (String)
The functor (name) of the compound term
arg1 (PlTerm)
The first Argument as a PlTerm
Return Value

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