Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override bool | MoveNext () |
void | Dispose () |
IEnumerator< TSource > | GetEnumerator () |
Protected Member Functions | |
override Iterator< string > | Clone () |
override void | Dispose (bool disposing) |
Static Package Functions | |
static ReadLinesIterator | CreateIterator (string path, Encoding encoding) |
Package Attributes | |
int | state |
TSource | current |
Properties | |
TSource | Current [get] |
object IEnumerator. | Current [get] |
Private Member Functions | |
ReadLinesIterator (string path, Encoding encoding, StreamReader reader) | |
IEnumerator IEnumerable. | GetEnumerator () |
void IEnumerator. | Reset () |
Static Private Member Functions | |
static ReadLinesIterator | CreateIterator (string path, Encoding encoding, StreamReader reader) |
Private Attributes | |
readonly string | _path |
readonly Encoding | _encoding |
StreamReader | _reader |
readonly int | _threadId |
Definition at line 5 of file ReadLinesIterator.cs.