New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.Collections.Generic

Assembly:Telerik.WinControls.dll

Type Parameters:

ValueT

Syntax:

C#
public class AvlTreeNode<ValueT>

Inheritance: objectAvlTreeNode<ValueT>

Properties

C#
public AvlTreeNode<ValueT> Left { get; }
C#
public AvlTreeNode<ValueT> Right { get; }

Value

ValueT

C#
public ValueT Value { get; }
In this article
DefinitionPropertiesLeftRightValue
Not finding the help you need?
Contact Support