PivotData.Item Property (Object[])

NReco.PivotData Class Library Documentation
Gets aggegator by specified dimensions keys

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

public IAggregator this[
	params Object[] dimKeys
] { get; }

Parameters

dimKeys
Type:System.Object[]
list of dimension keys

Return Value

Type: IAggregator
matched IAggregator instance or empty aggregator

Implements

IPivotData.Item[Object[]]
See Also

Reference