SkipList<TKey,TValue>.Clone method

Makes a deep copy of this SkipList.

public object Clone()

Return Value

New instance of the SkipList.

See Also