Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetEnumerator()

IEnumerator System.Collections.Hashtable.KeyCollection.GetEnumerator ( )
inline

Implements System.Collections.IEnumerable.

Definition at line 59 of file Hashtable.cs.

60 {
61 return new HashtableEnumerator(_hashtable, 1);
62 }

References System.Collections.Hashtable.KeyCollection._hashtable.