GlobalObjectCollection.AddRange Method
Include Protected Members
Include Inherited Members
Appends the objects in an array to the end of the collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AddRange(array<GlobalObject[]) | Appends the objects in an array to the end of the collection. | |
AddRange(GlobalObjectCollection) | Appends the objects in an array to the end of the collection. |
Top