Click or drag to resize

TreeNodeExtensionsRemoveT Method

Frees this node, i.e. removes the node from it's parent collection.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool Remove<T>(
	this T node
)
where T : Object, ITreeListNodeWithParent<T>

Parameters

node  T

[Missing <param name="node"/> documentation for "M:Altaxo.Collections.TreeNodeExtensions.Remove``1(``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Collections.TreeNodeExtensions.Remove``1(``0)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Collections.TreeNodeExtensions.Remove``1(``0)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type T. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also