Click or drag to resize

graphMultiRootTGetEnumerator Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns an enumerator that iterates through the collection.

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public IEnumerator<KeyValuePair<string, T>> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorKeyValuePairString, T
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also