[]
Copies the elements of the specified array to the end of the collection.
protected void InnerAddRange(object[] value)
Protected Sub InnerAddRange(value As Object())
Type | Name | Description |
---|---|---|
object[] | value | An array of type object that contains the objects to add to the collection. |