Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.StringRuneEnumerator Struct Reference

Public Member Functions

StringRuneEnumerator GetEnumerator ()
 
bool MoveNext ()
 
void IDisposable. Dispose ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
IEnumerator< Rune > IEnumerable< Rune >. GetEnumerator ()
 
void IEnumerator. Reset ()
 

Package Functions

 StringRuneEnumerator (string value)
 

Properties

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

Private Attributes

readonly string _string
 
Rune _current
 
int _nextIndex
 

Detailed Description

Definition at line 6 of file StringRuneEnumerator.cs.


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