SuspendableDocumentNodeChildCloneFromT Method |
Clones a node that is intended to use as child node of this instance (e.g. in collections). Consider using
ChildCloneToMemberT(T, T) instead if the child node
is stored in a member of this instance.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected T ChildCloneFrom<T>(
T fromAnotherChild
)
where T : IDocumentLeafNode, ICloneable
Parameters
- fromAnotherChild T
- Node to clone.
Type Parameters
- T
- Type of the node to clone.
Return Value
TCloned node with the node's parent already set to this instance.
See Also