Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Specialized.OrderedDictionary.OrderedDictionaryEnumerator Class Referencesealed

Public Member Functions

bool MoveNext ()
 
void Reset ()
 

Package Functions

 OrderedDictionaryEnumerator (ArrayList array, int objectReturnType)
 

Properties

object Current [get]
 
DictionaryEntry Entry [get]
 
object Key [get]
 
object Value [get]
 

Private Attributes

readonly int _objectReturnType
 
readonly IEnumerator _arrayEnumerator
 

Detailed Description

Definition at line 10 of file OrderedDictionary.cs.


The documentation for this class was generated from the following file: