Node<TKey,TValue>.CloneInstance method

Helper function used during Clone to create the correct instance of the specific Node implementation

protected virtual Node CloneInstance()

Return Value

A new reference to a Node derived object that can be used in a clone operation.

See Also