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

◆ CheckLexicalFacets()

virtual Exception System.Xml.Schema.FacetsChecker.CheckLexicalFacets ( string parseString,
XmlSchemaDatatype datatype )
inlinepackagevirtualinherited

Definition at line 10 of file FacetsChecker.cs.

11 {
12 this.CheckWhitespaceFacets(parseString, datatype);
13 Exception ex;
14 return ex;
15 }
void CheckWhitespaceFacets(string s, XmlSchemaDatatype datatype)

References System.Xml.Schema.FacetsChecker.CheckWhitespaceFacets().