Version

ObjectCollection class Members

The following tables list the members exposed by ObjectCollection.

Public Constructors
 NameDescription
Public ConstructorObjectCollection Constructor  
Public Properties
 NameDescription
Public PropertyindexOfReturns the index of the specifed object. If the object doesn't exist in the collection, -1 will be returned.  
Public PropertyitemGets 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.  
Public PropertylengthThe number of objects in the collection.  
Public Methods
 NameDescription
Public MethoddisposeDisposes of all objects that belong to the collection.  
See Also