Click or drag to resize

ISetItem Property

Retrieves the Value in this set for the given Variable.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
INode this[
	string variable
] { get; }

Parameters

variable
Type: SystemString
Variable.

Return Value

Type: INode
Either a Node or a null.
See Also