Click or drag to resize

ThreadSafeGraphCollectionGetEnumerator 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.ThreadSafeGraphCollection.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also