Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Dispose()

void System.CharEnumerator.Dispose ( )
inline

Implements System.IDisposable.

Definition at line 55 of file CharEnumerator.cs.

56 {
57 if (_str != null)
58 {
59 _index = _str.Length;
60 }
61 _str = null;
62 }

References System.CharEnumerator._index, and System.CharEnumerator._str.