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

◆ Convert() [2/2]

virtual void System.Text.Decoder.Convert ( byte[] bytes,
int byteIndex,
int byteCount,
char[] chars,
int charIndex,
int charCount,
bool flush,
[Out] int bytesUsed,
[Out] int charsUsed,
[Out] bool completed )
inlinevirtualinherited

Reimplemented in System.Text.DecoderNLS, System.Xml.SafeAsciiDecoder, System.Xml.Ucs4Decoder, and System.Xml.UTF16Decoder.

Definition at line 160 of file Decoder.cs.

161 {
162 if (chars != null && bytes != null)
163 {
164 return;
165 }
166 }