Node<TKey,TValue>.Clone method

Performs a deep copy on this node, and any children if they exist.

public object Clone()

Return Value

Copy of this node.

See Also