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

◆ Exists()

bool System.Xml.Schema.SymbolsDictionary.Exists ( XmlQualifiedName name)
inline

Definition at line 148 of file SymbolsDictionary.cs.

149 {
150 object obj = _names[name];
151 if (obj != null)
152 {
153 return true;
154 }
155 return false;
156 }

References System.Xml.Schema.SymbolsDictionary._names, and System.obj.

Referenced by System.Xml.Schema.ParticleContentValidator.Exists().