Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | MoveNext () |
void | Reset () |
void | Dispose () |
Package Functions | |
ResourceEnumerator (ResourceReader reader) | |
Properties | |
object | Key [get] |
object | Current [get] |
int | DataPosition [get] |
DictionaryEntry | Entry [get] |
object | Value [get] |
Private Attributes | |
readonly ResourceReader | _reader |
bool | _currentIsValid |
int | _currentName |
int | _dataPosition |
Definition at line 14 of file ResourceReader.cs.