Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ ReadElementContentAsDecimal() [2/2]

virtual decimal System.Xml.XmlReader.ReadElementContentAsDecimal ( string localName,
string namespaceURI )
inlinevirtualinherited

Reimplemented in System.Xml.XmlAsyncCheckReader.

Definition at line 416 of file XmlReader.cs.

417 {
418 CheckElement(localName, namespaceURI);
420 }
void CheckElement(string localName, string namespaceURI)
virtual decimal ReadElementContentAsDecimal()
Definition XmlReader.cs:405

References System.Xml.XmlReader.CheckElement(), System.Xml.Dictionary, and System.Xml.XmlReader.ReadElementContentAsDecimal().