IOrderedTree<T>
Interface
Interface to the tree which supports direct access to the items
Definition
Namespace:Telerik.Collections.Generic
Assembly:Telerik.WinControls.dll
Type Parameters:
T
Syntax:
C#
public interface IOrderedTree<T> : ISortedTree<T>, ITree<T>
Derived Classes:
Inherited Members