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_fixed.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml.Schema
5{
6 // Token: 0x0200011B RID: 283
8 {
9 // Token: 0x060009BD RID: 2493 RVA: 0x0001C5EC File Offset: 0x0001A7EC
10 public override object ParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr)
11 {
12 decimal num = XmlConvert.ToDecimal(s);
13 Exception ex;
14 if (ex == null)
15 {
16 }
18 }
19
20 // Token: 0x060009BE RID: 2494 RVA: 0x0001C61C File Offset: 0x0001A81C
21 internal override Exception TryParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr, [Out] object typedValue)
22 {
23 for (;;)
24 {
25 if (!true)
26 {
27 }
28 Exception ex;
30 if (ex == null && ex2 == null)
31 {
32 return;
33 }
34 }
35 }
36
37 // Token: 0x060009BF RID: 2495 RVA: 0x0001C634 File Offset: 0x0001A834
39 {
40 if (!true)
41 {
42 }
43 base..ctor();
44 }
45 }
46}
class f__AnonymousType0<< Count > j__TPar
override Exception TryParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr, [Out] object typedValue)
override object ParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr)
static decimal ToDecimal(string s)