Inheritance Hierarchy
NReco.PivotDataPivotDataAllValuesCollection
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 PivotDataAllValuesCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PivotDataAllValuesCollection | Initializes a new instance of the PivotDataAllValuesCollection 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