Click or drag to resize
GraphResultSetGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public IEnumerator<GraphNode> GetEnumerator()

Return Value

Type: IEnumeratorGraphNode

Implements

IEnumerableTGetEnumerator
See Also