Click or drag to resize

WrapperGraphCollectionGetEnumerator Method

Gets the enumerator for the collection.

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

Return Value

Type: IEnumeratorIGraph

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

Implements

IEnumerableTGetEnumerator
See Also