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

◆ AddByte() [4/4]

bool System.Text.Encoding.EncodingByteBuffer.AddByte ( byte b1,
byte b2,
int moreBytesExpected )
inlinepackage

Definition at line 1701 of file Encoding.cs.

1702 {
1703 bool flag = this.AddByte(b1, (int)b2);
1704 return this.AddByte(b2, moreBytesExpected);
1705 }
class f__AnonymousType0<< Count > j__TPar
bool AddByte(byte b, int moreBytesExpected)
Definition Encoding.cs:1660

References System.Text.Encoding.EncodingByteBuffer.AddByte(), and j__TPar.