[]
Abstract collection whose items are parent of other items of the same type.
public interface ITreeDataCollection<out T> : IDataCollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged where T : class
| Name | Description |
|---|---|
| T | The type of the items |
| Name | Description |
|---|---|
| GetChildren(int) | Gets the children of the item at the specified |