ITree |
public interface ITreeNodeWithParent<T> : ITreeNode<T>, INodeWithParentNode<T> where T : Object, ITreeNodeWithParent<T>
The ITreeNodeWithParentT type exposes the following members.
Name | Description | |
---|---|---|
ChildNodes |
Gets the child nodes.
(Inherited from ITreeNodeT) | |
ParentNode |
Gets the parent node of this node.
(Inherited from INodeWithParentNodeT) |