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

◆ Allows() [1/2]

override bool System.Xml.Schema.NamespaceListV1Compat.Allows ( string ns)
inlinevirtual

Reimplemented from System.Xml.Schema.NamespaceList.

Definition at line 10 of file NamespaceListV1Compat.cs.

11 {
12 if (base.Type == ListType.Other)
13 {
14 return ns != base.Excluded;
15 }
16 return base.Allows(ns);
17 }

References System.Xml.Dictionary.