Click or drag to resize

BindingTuple.Item Property

Gets the Value for a Variable.

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

Parameters

var
Type: System.String
Variable.

Return Value

Type: INode
See Also