Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
Gaia Ajax 3.6 Documentation
AspectCollection
.
.
::
.
Add Method
AspectCollection Class
See Also
Send Feedback
Apends an item to the list of Aspects
Namespace:
Gaia.WebWidgets
Assembly:
Gaia.WebWidgets
(in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)
Syntax
C#
public
void
Add
(
IAspect
item
)
Visual Basic (Declaration)
Public
Sub
Add
( _
item
As
IAspect
_ )
Parameters
item
Type:
Gaia.WebWidgets
.
.
::
.
IAspect
item to append
Implements
ICollection
<
(Of
<
(
T
>
)
>
)
.
.
::
.
Add(T)
See Also
AspectCollection Class
Gaia.WebWidgets Namespace