IPivotData.GetEnumerator Method

NReco.PivotData Class Library Documentation
Returns an enumerator that can be used to iterate through IPivotData values (data points).

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

IEnumerator<KeyValuePair<Object[], IAggregator>> GetEnumerator()

Return Value

Type: IEnumerator<KeyValuePair<Object[], IAggregator>>

Implements

IEnumerable<T>.GetEnumerator()
See Also

Reference