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
DurationFacetsChecker.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml.Schema
5{
6 // Token: 0x02000122 RID: 290
8 {
9 // Token: 0x060009ED RID: 2541 RVA: 0x0001CA70 File Offset: 0x0001AC70
10 internal override Exception CheckValueFacets(object value, XmlSchemaDatatype datatype)
11 {
12 throw new InvalidCastException();
13 }
14
15 // Token: 0x060009EE RID: 2542 RVA: 0x0001CA84 File Offset: 0x0001AC84
17 {
18 if (datatype != null)
19 {
20 }
21 throw new InvalidCastException();
22 }
23
24 // Token: 0x060009EF RID: 2543 RVA: 0x0001CA9C File Offset: 0x0001AC9C
25 internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype)
26 {
27 bool flag;
28 return flag;
29 }
30
31 // Token: 0x060009F0 RID: 2544 RVA: 0x0001CAB0 File Offset: 0x0001ACB0
33 {
34 int num;
35 if (num != 0)
36 {
37 }
38 throw new InvalidCastException();
39 }
40
41 // Token: 0x060009F1 RID: 2545 RVA: 0x0001CACC File Offset: 0x0001ACCC
43 {
44 }
45 }
46}
class f__AnonymousType0<< Count > j__TPar
bool MatchEnumeration(TimeSpan value, ArrayList enumeration)
override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype)
override Exception CheckValueFacets(object value, XmlSchemaDatatype datatype)
override Exception CheckValueFacets(TimeSpan value, XmlSchemaDatatype datatype)