IPivotDataGetEnumerator 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: IEnumeratorKeyValuePairObject, IAggregator

Implements

IEnumerableTGetEnumerator
See Also

Reference