Click or drag to resize

ItemCollectionT Class

Represents a collection of items.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListT
    Dynamicweb.Analytics.UtilitiesItemCollectionT

Namespace:  Dynamicweb.Analytics.Utilities
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class ItemCollection<T> : List<T>
where T : Object, IComparable<T>

Type Parameters

T
Item type.

The ItemCollectionT type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAsSequence
Returns the contents of the collection as a sequence.
Top
See Also