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