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
UnionFacetsChecker.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml.Schema
5{
6 // Token: 0x02000129 RID: 297
8 {
9 // Token: 0x06000A0D RID: 2573 RVA: 0x0001CD68 File Offset: 0x0001AF68
10 internal override Exception CheckValueFacets(object value, XmlSchemaDatatype datatype)
11 {
12 if (datatype != null)
13 {
14 return;
15 }
16 }
17
18 // Token: 0x06000A0E RID: 2574 RVA: 0x0001CD7C File Offset: 0x0001AF7C
19 internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype)
20 {
21 if (datatype != null)
22 {
23 return;
24 }
25 }
26
27 // Token: 0x06000A0F RID: 2575 RVA: 0x0001CD94 File Offset: 0x0001AF94
29 {
30 }
31 }
32}
class f__AnonymousType0<< Count > j__TPar
override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype)
override Exception CheckValueFacets(object value, XmlSchemaDatatype datatype)