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_ID.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.Schema
4
{
5
// Token: 0x02000105 RID: 261
6
internal
class
Datatype_ID
:
Datatype_NCName
7
{
8
// Token: 0x17000271 RID: 625
9
// (get) Token: 0x06000944 RID: 2372 RVA: 0x0001BCA0 File Offset: 0x00019EA0
10
public
override
XmlTypeCode
TypeCode
11
{
12
get
13
{
14
return
XmlTypeCode
.Id;
15
}
16
}
17
18
// Token: 0x17000272 RID: 626
19
// (get) Token: 0x06000945 RID: 2373 RVA: 0x0001BCB0 File Offset: 0x00019EB0
20
public
override
XmlTokenizedType
TokenizedType
21
{
22
get
23
{
24
return
XmlTokenizedType
.ID;
25
}
26
}
27
28
// Token: 0x06000946 RID: 2374 RVA: 0x0001BCC0 File Offset: 0x00019EC0
29
public
Datatype_ID
()
30
{
31
}
32
}
33
}
System.Xml.Schema.Datatype_ID.Datatype_ID
Datatype_ID()
Definition
Datatype_ID.cs:29
System.Xml.Schema.Datatype_ID.TokenizedType
override XmlTokenizedType TokenizedType
Definition
Datatype_ID.cs:21
System.Xml.Schema.Datatype_ID
Definition
Datatype_ID.cs:7
System.Xml.Schema.Datatype_NCName
Definition
Datatype_NCName.cs:8
System.Xml.Schema.XmlTypeCode
XmlTypeCode
Definition
XmlTypeCode.cs:7
System.Xml.Schema
Definition
BaseValidator.cs:4
System.Xml.XmlTokenizedType
XmlTokenizedType
Definition
XmlTokenizedType.cs:7
System.TypeCode
TypeCode
Definition
TypeCode.cs:7
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
Datatype_ID.cs
Generated by
1.10.0