Adds a new object to the collection.
Namespace:
DayPilot.JsonAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# |
|---|
public int Add( Object value ) |
| Visual Basic (Declaration) |
|---|
Public Function Add ( _ value As Object _ ) As Integer |
| Visual C++ |
|---|
public: int Add( Object^ value ) |
Parameters
- value
- Type: System..::.Object