[]
        
(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
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