[]
        
(Showing Draft Content)

C1.DataCollection.ITreeDataCollection-1

ITreeDataCollection<T> Interface

Abstract collection whose items are parent of other items of the same type.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
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
Type Parameters
Name Description
T

The type of the items

Methods

Name Description
GetChildren(int)

Gets the children of the item at the specified index.

Extension Methods