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
ListFacetsChecker.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml.Schema
5{
6 // Token: 0x02000128 RID: 296
8 {
9 // Token: 0x06000A0A RID: 2570 RVA: 0x0001CD20 File Offset: 0x0001AF20
10 internal override Exception CheckValueFacets(object value, XmlSchemaDatatype datatype)
11 {
12 if (value != null)
13 {
14 }
15 return "The actual length is less than the MinLength value.";
16 }
17
18 // Token: 0x06000A0B RID: 2571 RVA: 0x0001CD3C File Offset: 0x0001AF3C
19 internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype)
20 {
21 if (datatype != null)
22 {
23 return;
24 }
25 }
26
27 // Token: 0x06000A0C RID: 2572 RVA: 0x0001CD54 File Offset: 0x0001AF54
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)