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

Definition at line 190 of file UnicodeEncoding.cs.

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

References j__TPar.