Table of Contents

Interface IEnumerableTree<T>

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Exposes the enumerator, which supports a iteration over a collection with tree-like structure of a specified type.

public interface IEnumerableTree<T> : IEnumerableTree, IEnumerable<T>, IEnumerable

Type Parameters

T

The type of objects to enumerate.

Methods

GetChildren(T)

Enumerates children of the specified item.