Adds an existing item to the internal list.
Namespace:
C1.C1ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
| C# |
|---|
public virtual int Add( Object value ) |
| Visual Basic |
|---|
Public Overridable Function Add ( _ value As Object _ ) As Integer |
Parameters
- value
- Type: System..::..Object
The Object to add.