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

◆ GetAttribute() [3/4]

override string System.Xml.Xsl.XsltOld.ReaderOutput.GetAttribute ( string name)
inline

Definition at line 169 of file ReaderOutput.cs.

170 {
171 if (FindAttribute(name, out var attrIndex))
172 {
173 return ((BuilderInfo)_attributeList[attrIndex]).Value;
174 }
175 return null;
176 }
bool FindAttribute(string localName, string namespaceURI, out int attrIndex)

References System.Xml.Xsl.XsltOld.ReaderOutput._attributeList, System.Xml.Dictionary, and System.Xml.Xsl.XsltOld.ReaderOutput.FindAttribute().