예제 #1
0
 internal Enumerator(PCADLODictionary <TKey, TValue> host)
 {
     host_enumerator = host.GetEnumerator();
 }
예제 #2
0
 public ShimEnumerator(PCADLODictionary <TKey, TValue> host)
 {
     host_enumerator = host.GetEnumerator();
 }