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

◆ InternalFallback() [1/2]

unsafe override int System.Text.InternalDecoderBestFitFallbackBuffer.InternalFallback ( byte[] bytes,
byte * pBytes )
inlinepackagevirtual

Reimplemented from System.Text.DecoderFallbackBuffer.

Definition at line 98 of file InternalDecoderBestFitFallbackBuffer.cs.

99 {
100 return 1;
101 }