AbsoluteDocumentPathGetRootNodeImplementingT(IDocumentLeafNode) Method |
Get the first parent node of the node
that implements the given type
.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static T GetRootNodeImplementing<T>(
IDocumentLeafNode? node
)
Parameters
- node IDocumentLeafNode
- The node from where the search begins.
Type Parameters
- T
- The type to search for.
Return Value
TThe first parental node that implements the type
.
See Also