PivotData.AllValuesCollection.Remove Method

NReco.PivotData Class Library Documentation

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

public bool Remove(
	KeyValuePair<ValueKey, IAggregator> item
)

Parameters

item
Type: System.Collections.Generic.KeyValuePair<ValueKey, IAggregator>

Return Value

Type: Boolean

Implements

ICollection<T>.Remove(T)
See Also

Reference