◆
ReorderChildIndex()
bool ReorderChildIndex
(
int
indexToMove
,
int
newIndexToMoveTo
)
Parameters
indexToMove
The index of the child node to be moved
newIndexToMoveTo
The new index the node should have.
Returns
returns false if an invalid index is passed to either parameter. True otherwise.
References
SerializableTreeBase< T >.Node.children
.
EyE
Sys
Collections
SerializableTreeBase
Node