terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Dispose()

void System.CharEnumerator.Dispose ( )
inline

Implements System.IDisposable.

Definition at line 52 of file CharEnumerator.cs.

53 {
54 string str = this._str;
55 if (str != null)
56 {
57 int stringLength = str._stringLength;
59 }
60 }
class f__AnonymousType0<< Count > j__TPar

References System.CharEnumerator._str, and j__TPar.