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

◆ GetBuilderInfo()

BuilderInfo System.Xml.Xsl.XsltOld.ReaderOutput.GetBuilderInfo ( int attrib)
inlineprivate

Definition at line 490 of file ReaderOutput.cs.

491 {
492 if (attrib < 0 || _attributeCount <= attrib)
493 {
494 throw new ArgumentOutOfRangeException("attrib");
495 }
496 return (BuilderInfo)_attributeList[attrib];
497 }

References System.Xml.Xsl.XsltOld.ReaderOutput._attributeCount, System.Xml.Xsl.XsltOld.ReaderOutput._attributeList, and System.Xml.Dictionary.

Referenced by System.Xml.Xsl.XsltOld.ReaderOutput.GetAttribute().