SkipList<TKey,TValue>.GetEnumerator method

Creates a Enumerator object which can be used to iterate through the SkipList.

public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

IDictionaryEnumerator object for this SkipList.

See Also