Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UnWrapUnion()

object System.Xml.Schema.XsdValidator.UnWrapUnion ( object typedValue)
inlineprivate

Definition at line 919 of file XsdValidator.cs.

920 {
921 if (typedValue is XsdSimpleValue xsdSimpleValue)
922 {
923 typedValue = xsdSimpleValue.TypedValue;
924 }
925 return typedValue;
926 }

References System.Xml.Dictionary.

Referenced by System.Xml.Schema.XsdValidator.CheckValue(), System.Xml.Schema.XsdValidator.ValidateEndStartElement(), and System.Xml.Schema.XsdValidator.ValidateStartElement().