Enumerator<TKey,TValue> constructor

Standard Constructor.

public Enumerator(SkipList<TKey, TValue> list)
parameter description
list List to Enumerate.

See Also