[]
Add some SubItems of specified collection to the end of the collection.
public void AddRange(SubItem[] subItems)
Public Sub AddRange(subItems As SubItem())
Add some SubItems of specified collection to the end of the collection.
public void AddRange(object[] subItems)
Public Sub AddRange(subItems As Object())
Type | Name | Description |
---|---|---|
object[] | subItems | A object array added into the collection. |