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

Definition at line 179 of file EncodingNLS.cs.

180 {
181 if (chars != null && bytes != null)
182 {
183 if (byteCount != 0)
184 {
185 }
186 }
187 return "Index was out of range. Must be non-negative and less than the size of the collection.";
188 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.