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

◆ AddIdInfo()

bool System.Xml.XmlDocument.AddIdInfo ( XmlName eleName,
XmlName attrName )
inlinepackage

Definition at line 509 of file XmlDocument.cs.

510 {
511 if (_htElementIDAttrDecl == null || _htElementIDAttrDecl[eleName] == null)
512 {
513 if (_htElementIDAttrDecl == null)
514 {
516 }
518 return true;
519 }
520 return false;
521 }
virtual void Add(object key, object? value)
Definition Hashtable.cs:676
Hashtable _htElementIDAttrDecl

References System.Xml.XmlDocument._htElementIDAttrDecl, and System.Collections.Hashtable.Add().

Referenced by System.Xml.XmlLoader.LoadDocumentType().