Represents the composite element of an abstract model.

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

Syntax

C#
public interface ICompositeElement : IElement
Visual Basic (Declaration)
Public Interface ICompositeElement _
	Implements IElement
Visual C++
public interface class ICompositeElement : IElement

See Also