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

override Exception System.Xml.Schema.DurationFacetsChecker.CheckValueFacets ( TimeSpan value,
XmlSchemaDatatype datatype )
inlinepackagevirtual

Reimplemented from System.Xml.Schema.FacetsChecker.

Definition at line 16 of file DurationFacetsChecker.cs.

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