Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IO.Iterator< TSource > Class Template Referenceabstract

Public Member Functions

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

Protected Member Functions

Iterator< TSource > Clone ()
 
virtual void Dispose (bool disposing)
 

Package Attributes

int state
 
TSource current
 

Properties

TSource Current [get]
 
object IEnumerator. Current [get]
 

Private Member Functions

IEnumerator IEnumerable. GetEnumerator ()
 
void IEnumerator. Reset ()
 

Private Attributes

readonly int _threadId
 

Detailed Description

Definition at line 6 of file Iterator.cs.


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