Click or drag to resize

NodeParentFreeChildAt method

Releases the event links with the child node at the index index and then calls Dispose for the child node if necessary.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public virtual void FreeChildAt(
	
	int index
)

Parameters

index  Int32
The index at which the child node is to be released.
See also