Click or drag to resize

SparqlResult.GetEnumerator Method

Enumerates the Bindings of Variable Names to Values in this Result.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerator<KeyValuePair<string, INode>> GetEnumerator()

Return Value

Type: IEnumerator<KeyValuePair<String, INode>>

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlResult.GetEnumerator"]

Implements

IEnumerable<T>.GetEnumerator()
Remarks
Does not respect the ordering of the variables (if any).
See Also