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