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_integer.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml.Schema
5{
6 // Token: 0x02000109 RID: 265
8 {
9 // Token: 0x1700027D RID: 637
10 // (get) Token: 0x06000957 RID: 2391 RVA: 0x0001BDFC File Offset: 0x00019FFC
11 public override XmlTypeCode TypeCode
12 {
13 get
14 {
15 return XmlTypeCode.Integer;
16 }
17 }
18
19 // Token: 0x06000958 RID: 2392 RVA: 0x0001BE0C File Offset: 0x0001A00C
20 internal override Exception TryParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr, [Out] object typedValue)
21 {
22 Exception ex;
23 while (this != null || ex != null || this != null)
24 {
25 }
26 }
27
28 // Token: 0x06000959 RID: 2393 RVA: 0x0001BE24 File Offset: 0x0001A024
30 {
31 if (!true)
32 {
33 }
34 base..ctor();
35 }
36 }
37}
class f__AnonymousType0<< Count > j__TPar
override Exception TryParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr, [Out] object typedValue)
TypeCode
Definition TypeCode.cs:7