| 
    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 
   | 
 
 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 | 
Definition at line 11 of file CharEnumerator.cs.