internal Enumerator(PCADLODictionary <TKey, TValue> host) { host_enumerator = host.GetEnumerator(); }
public ShimEnumerator(PCADLODictionary <TKey, TValue> host) { host_enumerator = host.GetEnumerator(); }