Enumerator<TKey,TValue> constructor
Standard Constructor.
public Enumerator(SkipList<TKey, TValue> list)
| parameter | description |
|---|---|
| list | List to Enumerate. |
See Also
- class SkipList<TKey,TValue>
- class Enumerator<TKey,TValue>
- namespace TheCodingMonkey.Collections.SkipList