Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
C1WebCollectionBase
.
.
::
.
Add Method
C1WebCollectionBase Class
See Also
Appends an item to the collection.
Namespace:
C1.Web.Command
Assembly:
C1.Web.Command.2
(in C1.Web.Command.2.dll)
Syntax
C#
public
void
Add
(
Object
value
)
Visual Basic (Declaration)
Public
Sub
Add
( _
value
As
Object
_ )
Parameters
value
Type:
System
.
.
::
.
Object
The item to add.
See Also
C1WebCollectionBase Class
C1.Web.Command Namespace