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

Public Member Functions

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

Package Functions

 CharEnumerator (string str)
 

Properties

object? IEnumerator. Current [get]
 
char Current [get]
 

Private Attributes

string _str
 
int _index
 
char _currentElement
 

Detailed Description

Definition at line 6 of file CharEnumerator.cs.


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