terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ Convert() [1/2]

unsafe override void System.Text.DecoderNLS.Convert ( byte * bytes,
int byteCount,
char * chars,
int charCount,
bool flush,
out int bytesUsed,
out int charsUsed,
out bool completed )
inlinevirtualinherited

Reimplemented from System.Text.Decoder.

Definition at line 180 of file DecoderNLS.cs.

181 {
182 throw null;
183 }