Click or drag to resize

INodeWithParentNodeT Interface

Defines an interface for a node with a parent node.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.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