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

◆ ValidateAttribute() [2/3]

object? System.Xml.Schema.XmlSchemaValidator.ValidateAttribute ( string localName,
string namespaceUri,
XmlValueGetter attributeValue,
XmlSchemaInfo? schemaInfo )
inline

Definition at line 576 of file XmlSchemaValidator.cs.

577 {
578 if (attributeValue == null)
579 {
580 throw new ArgumentNullException("attributeValue");
581 }
582 return ValidateAttribute(localName, namespaceUri, attributeValue, null, schemaInfo);
583 }
object? ValidateAttribute(string localName, string namespaceUri, string attributeValue, XmlSchemaInfo? schemaInfo)

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