| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Public Member Functions | |
| bool | MoveNext () | 
| void | Reset () | 
| void | Dispose () | 
Protected Attributes | |
| int | currentIndex | 
| int | size | 
| XmlQualifiedName | currentKey | 
| XmlSchemaObject | currentValue | 
Package Functions | |
| XSODictionaryEnumerator (List< XmlSchemaObjectEntry > entries, int size, EnumeratorType enumType) | |
Properties | |
| DictionaryEntry | Entry [get] | 
| object | Key [get] | 
| object | Value [get] | 
| object | Current [get] | 
Private Attributes | |
| readonly List< XmlSchemaObjectEntry > | _entries | 
| readonly EnumeratorType | _enumType | 
Definition at line 174 of file XmlSchemaObjectTable.cs.