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:
Syntaxpublic IEnumerator<Object> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Object)
Return Value
Type:
IEnumerator<Object>An enumerator that iterates through objects of statements with given subject and predicate.
Implements
IEnumerable<T>.GetEnumerator()
RemarksKnown literal nodes are converted to native primitives, URI and blank nodes are wrapped in
DynamicNode.
See Also