[]
public sealed class SubItemCollection : ObservableCollection<SubItem>, IList<SubItem>, ICollection<SubItem>, IList, ICollection, IReadOnlyList<SubItem>, IReadOnlyCollection<SubItem>, IEnumerable<SubItem>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public NotInheritable Class SubItemCollection
Inherits ObservableCollection(Of SubItem)
Implements IList(Of SubItem), ICollection(Of SubItem), IList, ICollection, IReadOnlyList(Of SubItem), IReadOnlyCollection(Of SubItem), IEnumerable(Of SubItem), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Name | Description |
---|---|
ClearItems() | Clears the all sub-items in the collection. |
InsertItem(int, SubItem) | Inserts a SubItem into the collection at the specified index. |
RemoveItem(int) | Removes a SubItem out of the collection at the specified index. |
SetItem(int, SubItem) | Replaces the SubItem at the specified index. |