List of the objects, implementing the IElement interface.

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

Syntax

C#
public interface IElementList : IList, 
	ICollection, IEnumerable
Visual Basic (Declaration)
Public Interface IElementList _
	Implements IList, ICollection, IEnumerable
Visual C++
public interface class IElementList : IList, 
	ICollection, IEnumerable

See Also