ClassGenericDescriptionCollection<T>
Class
A collection that stores the children of a hierarchical description.
Definition
Namespace:Telerik.Pivot.Core.Olap
Assembly:Telerik.Pivot.Core.dll
Type Parameters:
T
Syntax:
cs-api-definition
[CollectionDataContract]
[Obsolete("Not used. Obsoleted after 2013.Q2.SP1. Use Collection<T> instead.")]
public sealed class GenericDescriptionCollection<T> : Collection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : class
Inheritance: objectCollection<T>GenericDescriptionCollection<T>
Implements:
Inherited Members
Constructors
GenericDescriptionCollection()
Declaration
cs-api-definition
public GenericDescriptionCollection()