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

◆ Exists()

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

Definition at line 87 of file ParticleContentValidator.cs.

88 {
89 if (_symbols.Exists(name))
90 {
91 return true;
92 }
93 return false;
94 }
bool Exists(XmlQualifiedName name)

References System.Xml.Schema.ParticleContentValidator._symbols, and System.Xml.Schema.SymbolsDictionary.Exists().