Esempio n. 1
0
 public ShimEnumerator(ExposedDictionary <TKey, TValue> host)
 {
     host_enumerator = host.GetEnumerator();
 }
Esempio n. 2
0
 internal Enumerator(ExposedDictionary <TKey, TValue> host)
 {
     host_enumerator = host.GetEnumerator();
 }