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_yearMonth.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml.Schema
4
{
5
// Token: 0x020000F4 RID: 244
6
internal
class
Datatype_yearMonth
:
Datatype_dateTimeBase
7
{
8
// Token: 0x1700024C RID: 588
9
// (get) Token: 0x060008FE RID: 2302 RVA: 0x0001B74C File Offset: 0x0001994C
10
public
override
XmlTypeCode
TypeCode
11
{
12
get
13
{
14
return
XmlTypeCode
.GYearMonth;
15
}
16
}
17
18
// Token: 0x060008FF RID: 2303 RVA: 0x0001B75C File Offset: 0x0001995C
19
internal
Datatype_yearMonth
()
20
{
21
if
(!
true
)
22
{
23
}
24
base
..ctor(
XsdDateTimeFlags
.GYearMonth);
25
}
26
}
27
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.Schema.Datatype_dateTimeBase
Definition
Datatype_dateTimeBase.cs:8
System.Xml.Schema.Datatype_yearMonth.Datatype_yearMonth
Datatype_yearMonth()
Definition
Datatype_yearMonth.cs:19
System.Xml.Schema.Datatype_yearMonth
Definition
Datatype_yearMonth.cs:7
System.Xml.Schema.XmlTypeCode
XmlTypeCode
Definition
XmlTypeCode.cs:7
System.Xml.Schema.XsdDateTimeFlags
XsdDateTimeFlags
Definition
XsdDateTimeFlags.cs:8
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_yearMonth.cs
Generated by
1.10.0