[]
Adds an item to the collection.
public void Add(SubItem item)
Public Sub Add(item As SubItem)
Type | Name | Description |
---|---|---|
SubItem | item | The SubItem value to add into the collection. |
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. |