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_token.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.Schema
4
{
5
// Token: 0x020000FF RID: 255
6
internal
class
Datatype_token
:
Datatype_normalizedString
7
{
8
// Token: 0x17000269 RID: 617
9
// (get) Token: 0x06000935 RID: 2357 RVA: 0x0001BB94 File Offset: 0x00019D94
10
public
override
XmlTypeCode
TypeCode
11
{
12
get
13
{
14
return
XmlTypeCode
.Token;
15
}
16
}
17
18
// Token: 0x1700026A RID: 618
19
// (get) Token: 0x06000936 RID: 2358 RVA: 0x0001BBA4 File Offset: 0x00019DA4
20
internal
override
XmlSchemaWhiteSpace
BuiltInWhitespaceFacet
21
{
22
get
23
{
24
return
XmlSchemaWhiteSpace
.Collapse;
25
}
26
}
27
28
// Token: 0x06000937 RID: 2359 RVA: 0x0001BBB4 File Offset: 0x00019DB4
29
public
Datatype_token
()
30
{
31
}
32
}
33
}
System.Xml.Schema.Datatype_normalizedString
Definition
Datatype_normalizedString.cs:7
System.Xml.Schema.Datatype_token.Datatype_token
Datatype_token()
Definition
Datatype_token.cs:29
System.Xml.Schema.Datatype_token.BuiltInWhitespaceFacet
override XmlSchemaWhiteSpace BuiltInWhitespaceFacet
Definition
Datatype_token.cs:21
System.Xml.Schema.Datatype_token
Definition
Datatype_token.cs:7
System.Xml.Schema.XmlSchemaWhiteSpace
XmlSchemaWhiteSpace
Definition
XmlSchemaWhiteSpace.cs:7
System.Xml.Schema.XmlTypeCode
XmlTypeCode
Definition
XmlTypeCode.cs:7
System.Xml.Schema
Definition
BaseValidator.cs:4
System.TypeCode
TypeCode
Definition
TypeCode.cs:7
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
Datatype_token.cs
Generated by
1.10.0