Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
XmlSchemaEnumerator (XmlSchemas list) | |
void | Dispose () |
bool | MoveNext () |
Properties | |
XmlSchema | Current [get] |
object IEnumerator. | Current [get] |
Private Member Functions | |
void IEnumerator. | Reset () |
Private Attributes | |
readonly XmlSchemas | _list |
int | _idx |
readonly int | _end |
Definition at line 7 of file XmlSchemaEnumerator.cs.