Click or drag to resize

INodeWithParentNodeT Interface

Defines an interface of a node, with has a parent node.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface INodeWithParentNode<T>

Type Parameters

T
Type of the node.

The INodeWithParentNodeT type exposes the following members.

Properties
 NameDescription
Public propertyParentNode Gets the parent node of this node.
Top
See Also