[]
Adds an item to the collection.
public void Add(SubItem item)
Public Sub Add(item As SubItem)
Adds an item to the collection.
public void Add(object item)
Public Sub Add(item As Object)
Type | Name | Description |
---|---|---|
object | item | The object to add into the collection. |