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

◆ Allows() [2/2]

bool System.Xml.Schema.NamespaceList.Allows ( XmlQualifiedName qname)
inline

Definition at line 105 of file NamespaceList.cs.

106 {
107 return Allows(qname.Namespace);
108 }
virtual bool Allows(string ns)

References System.Xml.Schema.NamespaceList.Allows(), and System.Xml.XmlQualifiedName.Namespace.