[]
This class represents the collection of group models.
public class GroupModelCollection : Collection<BaseGroup>, IList<BaseGroup>, ICollection<BaseGroup>, IList, ICollection, IReadOnlyList<BaseGroup>, IReadOnlyCollection<BaseGroup>, IEnumerable<BaseGroup>, IEnumerable
Name | Description |
---|---|
GroupModelCollection() |
Name | Description |
---|---|
ClearItems() | Removes all elements from the System.Collections.ObjectModel.Collection<T>. |
InsertItem(int, BaseGroup) | Inserts an element into the System.Collections.ObjectModel.Collection<T> at the specified index. |
OnListChanged(EventArgs) | Handles the ListChanged event. |
RemoveItem(int) | Removes the element at the specified index of the System.Collections.ObjectModel.Collection<T>. |
SetItem(int, BaseGroup) | Replaces the element at the specified index. |