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