The following tables list the members exposed by ElementCollection.
Name | Description | |
---|---|---|
ElementCollection Constructor | Creates an instance of the ElementCollection object. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets the Element at a specified index. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds an element to the collection based on the specified calculation. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Contains | Determines whether this collection contains a specified Element. | |
GetEnumerator | (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 | (Inherited from System.Collections.CollectionBase) |