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() [2/6]

unsafe override int System.Text.UTF7Encoding.GetChars ( byte * bytes,
int byteCount,
char * chars,
int charCount,
DecoderNLS baseDecoder )
inlinepackagevirtual

Reimplemented from System.Text.Encoding.

Definition at line 348 of file UTF7Encoding.cs.

349 {
350 if (baseDecoder != null)
351 {
352 }
353 if (baseDecoder != null)
354 {
355 }
356 int num = 1;
357 base.ThrowCharsOverflow(baseDecoder, num != 0);
358 sbyte[] base64Values = this._base64Values;
359 throw new InvalidCastException();
360 }
class f__AnonymousType0<< Count > j__TPar

References System.Text.UTF7Encoding._base64Values, and j__TPar.