Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IO.ReadLinesIterator Class Referencesealed

Public Member Functions

override bool MoveNext ()
 
void Dispose ()
 
IEnumerator< TSource > GetEnumerator ()
 

Protected Member Functions

override Iterator< stringClone ()
 
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
 

Detailed Description

Definition at line 5 of file ReadLinesIterator.cs.


The documentation for this class was generated from the following file: