 | 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: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic virtual void FreeChildAt(
int index
)
Public Overridable Sub FreeChildAt (
index As Integer
)
public:
virtual void FreeChildAt(
int index
)
abstract FreeChildAt :
index : int -> unit
override FreeChildAt :
index : int -> unit
Parameters
- index Int32
- The index at which the child node is to be released.
See also