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() [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 136 of file DecoderNLS.cs.

137 {
138 if (bytes != null && chars != null)
139 {
140 Encoding encoding = this._encoding;
141 charsUsed.m_value = encoding;
142 int bytesUsed2 = this._bytesUsed;
144 return;
145 }
146 }
class f__AnonymousType0<< Count > j__TPar

References System.Text.DecoderNLS._bytesUsed, System.Text.DecoderNLS._encoding, and j__TPar.