Click or drag to resize

TreeNode<T> Class

Describes a generic tree node.
Inheritance Hierarchy
System.Object
  Gile.AutoCAD.R20.Geometry.TreeNode<T>

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public class TreeNode<T>

Type Parameters

T
Type of the node Value.

The TreeNode<T> type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDepth
Gets the depth of the node in tree.
Public propertyLeftChild
Gets the left child node.
Public propertyRightChild
Gets the right child node.
Public propertyValue
Gets the value of the node.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also