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

Definition at line 205 of file UTF32Encoding.cs.

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

References j__TPar.