Represents a collection of elements.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    PerpetuumSoft.Framework.Model..::.IElementCollection

See Also