Click or drag to resize

DynamicObjectCollection.GetEnumerator Method

Returns an enumerator that iterates through objects of statements with given subject and predicate.

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerator<Object> GetEnumerator()

Return Value

Type: IEnumerator<Object>
An enumerator that iterates through objects of statements with given subject and predicate.

Implements

IEnumerable<T>.GetEnumerator()
Remarks
Known literal nodes are converted to native primitives, URI and blank nodes are wrapped in DynamicNode.
See Also