ColaOrderedDictionary<TKey, TValue>.Enumerator

Namespace: SnowBank.Collections.CacheOblivious · struct

Implements: IEnumerator<KeyValuePair<TKey, TValue>>, IEnumerator, IDisposable

Enumerates the key/value pairs stored in a ColaOrderedDictionary

Properties

Current

KeyValuePair<TKey, TValue> Current { get; }

Methods

Dispose

void Dispose()

MoveNext

bool MoveNext()