Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | PivotData.AllValuesCollection | Initializes a new instance of the PivotData.AllValuesCollection class |
Properties
Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsReadOnly |
Methods
Name | Description | |
---|---|---|
![]() | Add | |
![]() | Clear | |
![]() | Contains | |
![]() | CopyTo | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | |
![]() | ToString | (Inherited from Object.) |
See Also