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

◆ GetEnumerator() [2/2]

IEnumerator IEnumerable. System.Collections.ListDictionaryInternal.GetEnumerator ( )
inlineprivate

Implements System.Collections.IDictionary.

Definition at line 384 of file ListDictionaryInternal.cs.

385 {
386 return new NodeEnumerator(this);
387 }