Collection Class
Provides the base class for a generic collection.
Methods
From Collection
Name | Description |
---|---|
Add | Adds an item to the collection |
Clear | Removes all elements from the collection |
Contains | Determines whether the collection contains a specific item |
Count | Gets the number of items in the collection |
Get | Gets or sets the item at the specified index |
IndexOf | Determines the index of a specific item in the collection |
Insert | Inserts an item to the collection at the specified index |
Remove | Removes the first occurrence of a specific item from the collection |
RemoveAt | Removes the collection item at the specified index |
Properties
Collection has no properties
Events
Collection has no events