[]
Represents a collection of template elements.
public class ElementCollection : Collection<BaseElement>, IList<BaseElement>, ICollection<BaseElement>, IList, ICollection, IReadOnlyList<BaseElement>, IReadOnlyCollection<BaseElement>, IEnumerable<BaseElement>, IEnumerable
Name | Description |
---|---|
Clear(bool) | Removes all elements from the collection, then disposes the elements. |
ClearItems() | Removes all items from the ElementCollection. |
InsertItem(int, BaseElement) | Inserts a BaseElement into the ElementCollection at the specified index. |
RemoveItem(int) | Removes the item at the specified index of the ElementCollection. |
SetItem(int, BaseElement) | Replaces the BaseElement at the specified index. |