Click or drag to resize

INodeT Interface

Represents a node in a hierarchy.

Namespace:  Linq.Extras
Assembly:  Linq.Extras (in Linq.Extras.dll) Version: 5.0.0+96a4f4bfed64095342c5df107c1fe1fb95603ee5
Syntax
public interface INode<T>

Type Parameters

T
The type of the elements in the hierarchy.

The INodeT type exposes the following members.

Properties
  NameDescription
Public propertyChildren
The child nodes of this node.
Public propertyItem
The value of the element contained in this node.
Public propertyLevel
The depth of this node in the hierarchy (root nodes have level 0).
Public propertyParent
The parent node of this node.
Top
See Also