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() [2/12]

override Exception System.Xml.Schema.DateTimeFacetsChecker.CheckValueFacets ( DateTime value,
XmlSchemaDatatype datatype )
inlinepackagevirtual

Reimplemented from System.Xml.Schema.FacetsChecker.

Definition at line 17 of file DateTimeFacetsChecker.cs.

18 {
19 if (datatype != null)
20 {
21 }
22 throw new InvalidCastException();
23 }