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

◆ CheckValueFacets() [8/12]

override Exception System.Xml.Schema.ListFacetsChecker.CheckValueFacets ( object value,
XmlSchemaDatatype datatype )
inlinepackagevirtual

Reimplemented from System.Xml.Schema.FacetsChecker.

Definition at line 10 of file ListFacetsChecker.cs.

11 {
12 if (value != null)
13 {
14 }
15 return "The actual length is less than the MinLength value.";
16 }

References System.value.