Collection of items as used in the DataChannel component.

Namespace:  PerpetuumSoft.Framework.Connectivity
Assembly:  PerpetuumSoft.Framework.Connectivity (in PerpetuumSoft.Framework.Connectivity.dll) Version: 3.9.0.1

Syntax

C#
public class ItemCollection : CollectionBase, 
	ICollection, IEnumerable
Visual Basic (Declaration)
Public Class ItemCollection _
	Inherits CollectionBase _
	Implements ICollection, IEnumerable
Visual C++
public ref class ItemCollection : public CollectionBase, 
	ICollection, IEnumerable

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    PerpetuumSoft.Framework.Connectivity..::.ItemCollection

See Also