We're sorry but this site requires JavaScript.
Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ObjectCollection class Members
The following tables list the members exposed by ObjectCollection .
Public Properties
Name Description
indexOf Returns the index of the specifed object. If the object doesn't exist in the collection, -1 will be returned.
item Gets the item at the specified index. If the index less than 0 or greater than the number of items in the collection null will be returned. The object at the specified index.
length The number of objects in the collection.
Public Methods
Name Description
dispose Disposes of all objects that belong to the collection.
See Also