[]
Adds subitems in the specified collection to the end of the collection.
public void AddRange(SubItemInfo[] subItems)
Public Sub AddRange(subItems As SubItemInfo())
Type | Name | Description |
---|---|---|
SubItemInfo[] | subItems | A SubItemInfo array added into the collection. |
Adds subitems in the specified collection to the end of the collection.
public void AddRange(object[] subItems)
Public Sub AddRange(subItems As Object())
Type | Name | Description |
---|---|---|
object[] | subItems | An object array added into the collection. |