[]
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
Public Interface ITreeDataCollection(Of Out T As Class)
Inherits IDataCollection(Of T), IReadOnlyList(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable, INotifyCollectionChanged
| Name | Description |
|---|---|
| T | The type of the items |
| Name | Description |
|---|---|
| GetChildren(int) | Gets the children of the item at the specified |