Example #1
0
 internal Enumerator(ModTaggedDict <TKey, TValue> dict)
 {
     Backend = dict.Backend.GetEnumerator();
 }