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_untypedAtomicType.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.Schema
4
{
5
// Token: 0x020000E3 RID: 227
6
internal
class
Datatype_untypedAtomicType
:
Datatype_anyAtomicType
7
{
8
// Token: 0x060008A8 RID: 2216 RVA: 0x0001B084 File Offset: 0x00019284
9
internal
override
XmlValueConverter
CreateValueConverter
(
XmlSchemaType
schemaType)
10
{
11
if
(!
true
)
12
{
13
}
14
return
1;
15
}
16
17
// Token: 0x17000224 RID: 548
18
// (get) Token: 0x060008A9 RID: 2217 RVA: 0x0001B098 File Offset: 0x00019298
19
internal
override
XmlSchemaWhiteSpace
BuiltInWhitespaceFacet
20
{
21
get
22
{
23
}
24
}
25
26
// Token: 0x17000225 RID: 549
27
// (get) Token: 0x060008AA RID: 2218 RVA: 0x0001B0A8 File Offset: 0x000192A8
28
public
override
XmlTypeCode
TypeCode
29
{
30
get
31
{
32
return
XmlTypeCode
.UntypedAtomic;
33
}
34
}
35
36
// Token: 0x060008AB RID: 2219 RVA: 0x0001B0B8 File Offset: 0x000192B8
37
public
Datatype_untypedAtomicType
()
38
{
39
}
40
}
41
}
System.Xml.Schema.Datatype_anyAtomicType
Definition
Datatype_anyAtomicType.cs:7
System.Xml.Schema.Datatype_untypedAtomicType.BuiltInWhitespaceFacet
override XmlSchemaWhiteSpace BuiltInWhitespaceFacet
Definition
Datatype_untypedAtomicType.cs:20
System.Xml.Schema.Datatype_untypedAtomicType.CreateValueConverter
override XmlValueConverter CreateValueConverter(XmlSchemaType schemaType)
Definition
Datatype_untypedAtomicType.cs:9
System.Xml.Schema.Datatype_untypedAtomicType.Datatype_untypedAtomicType
Datatype_untypedAtomicType()
Definition
Datatype_untypedAtomicType.cs:37
System.Xml.Schema.Datatype_untypedAtomicType
Definition
Datatype_untypedAtomicType.cs:7
System.Xml.Schema.XmlSchemaType
Definition
XmlSchemaType.cs:8
System.Xml.Schema.XmlValueConverter
Definition
XmlValueConverter.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_untypedAtomicType.cs
Generated by
1.10.0