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

◆ ValidateWhitespace() [3/3]

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

Definition at line 864 of file XmlSchemaValidator.cs.

865 {
866 if (elementValue == null)
867 {
868 throw new ArgumentNullException("elementValue");
869 }
871 }
void ValidateWhitespace(string elementValue)

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