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.UTF8Encoding.GetChars ( byte[] bytes,
int byteIndex,
int byteCount,
char[] chars,
int charIndex )
inlineinherited

Definition at line 207 of file UTF8Encoding.cs.

208 {
209 if (chars != null && bytes != null)
210 {
211 if (byteCount != 0)
212 {
213 }
214 }
215 return "Index was out of range. Must be non-negative and less than the size of the collection.";
216 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.