public Enumerator(System.Collections.Generic.IDictionary <KEY, VALUE> backingMap) { this.keyValuePairs = backingMap.ToArray(); }