Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlTermV Constructor (size)
SwiPlCs interfaceSbsSW.SwiPlCsPlTermVPlTermV(Int32)
Create a vector of PlTerms with size elements
Declaration Syntax
C#Visual BasicVisual C++F#
public PlTermV(
	int size
)
Public Sub New ( 
	size As Integer
)
public:
PlTermV(
	int size
)
new : 
        size : int -> PlTermV
Parameters
size (Int32)
The amount of PlTerms in the vector

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