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 | |
XSOEnumerator (List< XmlSchemaObjectEntry > entries, int size, EnumeratorType enumType) | |
Properties | |
object | Current [get] |
Private Attributes | |
readonly List< XmlSchemaObjectEntry > | _entries |
readonly EnumeratorType | _enumType |
Definition at line 108 of file XmlSchemaObjectTable.cs.