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

◆ GetCharCount() [3/3]

override int System.Text.ASCIIEncoding.GetCharCount ( byte[] bytes,
int index,
int count )
inlineinherited

Definition at line 151 of file ASCIIEncoding.cs.

152 {
153 while (bytes == null)
154 {
155 }
156 if (count != 0)
157 {
158 return;
159 }
160 }

References System.count.