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

◆ FExcludedNamespace()

bool System.Data.XmlDataLoader.FExcludedNamespace ( string ns)
inlineprivate

Definition at line 261 of file XmlDataLoader.cs.

262 {
263 return ns.Equals("http://www.w3.org/2000/xmlns/");
264 }

Referenced by System.Data.XmlDataLoader.CountNonNSAttributes().