Click or drag to resize

DynamicObjectCollectionGetEnumerator 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: IEnumeratorObject
An enumerator that iterates through objects of statements with given subject and predicate.

Implements

IEnumerableTGetEnumerator
Remarks
Known literal nodes are converted to native primitives, URI and blank nodes are wrapped in DynamicNode.
See Also