terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.CharEnumerator Class Referencesealed
+ Inheritance diagram for System.CharEnumerator:
+ Collaboration diagram for System.CharEnumerator:

Public Member Functions

object Clone ()
 
bool MoveNext ()
 
void Dispose ()
 
void Reset ()
 

Package Functions

 CharEnumerator (string str)
 
 CharEnumerator ()
 

Properties

object System.Collections.IEnumerator. Current [get, set]
 
char Current [get, set]
 

Private Attributes

string _str
 
int _index
 
char _currentElement
 

Detailed Description

Definition at line 11 of file CharEnumerator.cs.


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