PhasedEvaluated TFrom, TTo  GetEnumerator Method ElecNetKit Documentation
Returns an enumerator that iterates through the collection.

Namespace: ElecNetKit.NetworkModelling.Phasing
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public IEnumerator<KeyValuePair<int, TTo>> GetEnumerator()

Return Value

A OnlineIEnumerator T  that can be used to iterate through the collection.

Implements

OnlineIEnumerable T  GetEnumerator 
See Also