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

◆ ValidateText() [3/3]

void System.Xml.Schema.XmlSchemaValidator.ValidateText ( XmlValueGetter elementValue)
inline

Definition at line 783 of file XmlSchemaValidator.cs.

784 {
785 if (elementValue == null)
786 {
787 throw new ArgumentNullException("elementValue");
788 }
790 }

References System.Xml.Schema.XmlSchemaValidator.ValidateText().