Item Property (name)

SbsSW.SwiPlCs

Copy image CopyHover image
Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog Item Property (name)
SwiPlCs interfaceSbsSW.SwiPlCsPlQueryVariablesItem[([( String])])
Gets the PlTerm of the given variable name or throw an ArgumentException.
Declaration Syntax
C# Visual Basic Visual C++ F#
public PlTerm this[
	string name
] { get; }
Public ReadOnly Default Property Item ( 
	name As String
) As PlTerm
	Get
public:
property PlTerm default[String^ name] {
	PlTerm get (String^ name);
}
member Item : PlTerm with get
Parameters
name (String)
The name of the variable
Return Value
PlTerm
The PlTerm (value) of the variable
Exceptions
Exception Condition
ArgumentException Is thrown if the name is not the name of a variable.

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