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

◆ Decode() [3/3]

override int System.Xml.BinHexDecoder.Decode ( char[] chars,
int startPos,
int len )
inlinepackage

Definition at line 39 of file BinHexDecoder.cs.

40 {
41 while (chars == null)
42 {
43 }
44 if (len != 0)
45 {
46 byte[] array = this.buffer;
47 int num = this.curIndex;
48 bool flag = this.hasHalfByteCached;
49 int num2 = this.curIndex;
51 }
52 return "len";
53 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.Xml.BinHexDecoder.buffer, System.Xml.BinHexDecoder.curIndex, System.Xml.BinHexDecoder.hasHalfByteCached, and j__TPar.

Referenced by System.Xml.XmlConvert.FromBinHexString().