GlobalObjectCollection Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of a strongly-typed collection of global objects.
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
Initializes a new instance of a strongly-typed collection of global objects.
GlobalObjectCollection(array<GlobalObject[])
Initializes a new instance of a strongly-typed collection of global objects initially populated by an array of global objects.
GlobalObjectCollection(GlobalObjectCollection)
Initializes a new instance of a strongly-typed collection of global objects initially populated by the array items.
GlobalObjectCollection(array<GlobalObject[], Boolean)
Initializes a new instance of a strongly-typed collection of global objects initially populated by an array of global objects.
GlobalObjectCollection(GlobalObjectCollection, Boolean)
Initializes a new instance of global objects for the specified global object collection for the specified read/write access.
Top