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

◆ MatchEnumeration() [2/2]

override bool System.Xml.Schema.BinaryFacetsChecker.MatchEnumeration ( object value,
ArrayList enumeration,
XmlSchemaDatatype datatype )
inlinepackagevirtual

Reimplemented from System.Xml.Schema.FacetsChecker.

Definition at line 46 of file BinaryFacetsChecker.cs.

47 {
48 if (value != null && value == null)
49 {
50 throw new InvalidCastException();
51 }
52 bool flag;
53 return flag;
54 }

References System.value.