ElementCollection Class Members
The following tables list the members exposed by ElementCollection.
Public Constructors
| Name | Description | |
|---|---|---|
|  | ElementCollection Constructor | 
Public Properties
| Name | Description | |
|---|---|---|
|  | Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | 
|  | Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) | 
|  | Item | Gets or sets the Element at a specified index. | 
Public Methods
| Name | Description | |
|---|---|---|
|  | Add | Overloaded. Adds an element to the collection based on the specified calculation. | 
|  | Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | 
|  | Contains | Determines whether this collection contains a specified Element. | 
|  | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | 
|  | IndexOf | Determines the index of a specified Element in this collection. | 
|  | Insert | Inserts a element into this collection at a specified index. | 
|  | Remove | Removes a specified element from this collection. | 
|  | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) | 
See Also