[]
Adds the specified object to the collection.
public object? AddNewItem(object? newItem)
Public Function AddNewItem(newItem As Object) As Object
| Type | Name | Description |
|---|---|---|
| object | newItem | The object to add to the collection. |
| Type | Description |
|---|---|
| object |