Helper class to make registering of ParentControl abstracted while adding Aspects into a Control

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public class AspectCollection : IList<IAspect>, 
	ICollection<IAspect>, IEnumerable<IAspect>, IEnumerable
Visual Basic (Declaration)
Public Class AspectCollection _
	Implements IList(Of IAspect), ICollection(Of IAspect),  _
	IEnumerable(Of IAspect), IEnumerable

Inheritance Hierarchy

System..::.Object
  Gaia.WebWidgets..::.AspectCollection

See Also