4 references to HashtableEnumerator
mscorlib (4)
system\collections\hashtable.cs (4)
781return new HashtableEnumerator(this, HashtableEnumerator.DictEntry); 790return new HashtableEnumerator(this, HashtableEnumerator.DictEntry); 1321return new HashtableEnumerator(_hashtable, HashtableEnumerator.Keys); 1362return new HashtableEnumerator(_hashtable, HashtableEnumerator.Values);