[]
public abstract class TreeCollection<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged where T : Element, new()
Name | Description |
---|---|
T |
Name | Description |
---|---|
TreeCollection(Element) | Initializes a new instance of the TreeCollection<T> class. |
Name | Description |
---|---|
Parent | Gets the parent element of this collection. |
Name | Description |
---|---|
Add() | Creates and adds an object to the end of the TreeCollection<T>. |
OnCollectionChanged(NotifyCollectionChangedEventArgs) |