AVLTreeTValue Class

Definition

Namespace: PCBI_PanelBuilderNesting.AVLTree
Assembly: PCBI.Nesting_Library (in PCBI.Nesting_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class AVLTree<TValue> : IEnumerable<TValue>, 
	IEnumerable
Inheritance
Object    AVLTreeTValue
Implements
IEnumerableTValue, IEnumerable

Type Parameters

TValue

Constructors

AVLTreeTValueInitializes a new instance of the AVLTreeTValue class
AVLTreeTValue(IComparerTValue)Initializes a new instance of the AVLTreeTValue class

Properties

Methods

Extension Methods

Explicit Interface Implementations

See Also