PivotData.AllValuesCollection.CopyTo Method

NReco.PivotData Class Library Documentation

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

public void CopyTo(
	KeyValuePair<ValueKey, IAggregator>[] array,
	int arrayIndex
)

Parameters

array
Type:System.Collections.Generic.KeyValuePair<ValueKey, IAggregator>[]
arrayIndex
Type: System.Int32

Implements

ICollection<T>.CopyTo(T[], Int32)
See Also

Reference