Class GenericDescriptionCollection<T>
A collection that stores the children of a hierarchical description.
Inheritance
System.Object
GenericDescriptionCollection<T>
Namespace: Telerik.Pivot.Core.Olap
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class GenericDescriptionCollection<T> : Collection<T> where T : class
Type Parameters
T
|
Constructors
GenericDescriptionCollection()
Declaration
public GenericDescriptionCollection()