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
Datatype_doubleXdr.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x02000116 RID: 278
7 {
8 // Token: 0x060009AA RID: 2474 RVA: 0x0001C418 File Offset: 0x0001A618
9 public override object ParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr)
10 {
11 if (!true)
12 {
13 }
14 double num = XmlConvert.ToDouble(s);
15 if (!true)
16 {
17 }
18 if (!true)
19 {
20 }
22 }
23
24 // Token: 0x060009AB RID: 2475 RVA: 0x0001C448 File Offset: 0x0001A648
26 {
27 if (!true)
28 {
29 }
30 base..ctor();
31 }
32 }
33}
class f__AnonymousType0<< Count > j__TPar
override object ParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr)
static double ToDouble(string s)