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_NCName.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml.Schema
5{
6 // Token: 0x02000104 RID: 260
8 {
9 // Token: 0x17000270 RID: 624
10 // (get) Token: 0x06000941 RID: 2369 RVA: 0x0001BC68 File Offset: 0x00019E68
11 public override XmlTypeCode TypeCode
12 {
13 get
14 {
15 return XmlTypeCode.NCName;
16 }
17 }
18
19 // Token: 0x06000942 RID: 2370 RVA: 0x0001BC78 File Offset: 0x00019E78
20 internal override Exception TryParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr, [Out] object typedValue)
21 {
22 if (!true)
23 {
24 return;
25 }
26 }
27
28 // Token: 0x06000943 RID: 2371 RVA: 0x0001BC8C File Offset: 0x00019E8C
30 {
31 }
32 }
33}
class f__AnonymousType0<< Count > j__TPar
override Exception TryParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr, [Out] object typedValue)
TypeCode
Definition TypeCode.cs:7