PivotData.AllValuesCollection Class

NReco.PivotData Class Library Documentation
Inheritance Hierarchy

System.Object
  NReco.PivotData.PivotData.AllValuesCollection

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

protected class AllValuesCollection : ICollection<KeyValuePair<ValueKey, IAggregator>>, 
	IEnumerable<KeyValuePair<ValueKey, IAggregator>>, IEnumerable

The PivotData.AllValuesCollection type exposes the following members.

Constructors

  NameDescription
Public methodPivotData.AllValuesCollection
Initializes a new instance of the PivotData.AllValuesCollection class
Top
Properties

  NameDescription
Public propertyCount
Public propertyIsReadOnly
Top
Methods

  NameDescription
Public methodAdd
Public methodClear
Public methodContains
Public methodCopyTo
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Public methodToString (Inherited from Object.)
Top
See Also

Reference