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

◆ GetChars() [4/6]

override int System.Text.ASCIIEncoding.GetChars ( byte[] bytes,
int byteIndex,
int byteCount,
char[] chars,
int charIndex )
inlineinherited

Definition at line 191 of file ASCIIEncoding.cs.

192 {
193 if (chars != null && bytes != null)
194 {
195 if (byteCount != 0)
196 {
197 }
198 }
199 return "Index was out of range. Must be non-negative and less than the size of the collection.";
200 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.