Interface ITree<T>
Interface to the tree
Namespace: Telerik.Collections.Generic
Assembly: Telerik.WinControls.dll
Syntax
public interface ITree<T>
Type Parameters
T
|
Properties
SyncRoot
Get synchornization root
Declaration
object SyncRoot { get; }
Property Value
System.Object
|
Methods
Add(T)
AddOrGet(T)
Clear()
Clear the tree
Declaration
void Clear()
Find(T)
Remove(T)
Delete item by key
Declaration
bool Remove(T item)
Parameters
T
item
|
Returns
System.Boolean
|