Class
AvlTreeNode<ValueT>

Definition

Namespace:Telerik.Collections.Generic

Assembly:Telerik.WinControls.dll

Type Parameters:

ValueT

Syntax:

cs-api-definition
public class AvlTreeNode<ValueT>

Inheritance: objectAvlTreeNode<ValueT>

Properties

Left

Declaration

cs-api-definition
public AvlTreeNode<ValueT> Left { get; }

Property Value

AvlTreeNode<ValueT>

Right

Declaration

cs-api-definition
public AvlTreeNode<ValueT> Right { get; }

Property Value

AvlTreeNode<ValueT>

Value

Declaration

cs-api-definition
public ValueT Value { get; }

Property Value

ValueT

In this article
DefinitionPropertiesLeftRightValue
Not finding the help you need?
Contact Support