RadControls for WPF

Standard implementation of a binary tree.

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.2.611.40

Syntax

C#
public class BinaryTree<TData> : ICollection<TData>, 
	IEnumerable<TData>, IEnumerable, ITree<TData>
Visual Basic
Public Class BinaryTree(Of TData) _
	Implements ICollection(Of TData), IEnumerable(Of TData),  _
	IEnumerable, ITree(Of TData)

Type Parameters

TData
The data type on which the tree is based.

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Diagrams.Core..::..BinaryTree<(Of <(<'TData>)>)>

See Also