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

◆ ReadContentAsLong()

override long System.Xml.XmlSubtreeReader.ReadContentAsLong ( )
inlinevirtual

Reimplemented from System.Xml.XmlReader.

Definition at line 723 of file XmlSubtreeReader.cs.

724 {
725 try
726 {
727 InitReadContentAsType("ReadContentAsLong");
728 long result = reader.ReadContentAsLong();
730 return result;
731 }
732 catch
733 {
734 _state = State.Error;
735 throw;
736 }
737 }
virtual long ReadContentAsLong()
Definition XmlReader.cs:270
void InitReadContentAsType(string methodName)

References System.Xml.XmlSubtreeReader._state, System.Xml.XmlSubtreeReader.FinishReadContentAsType(), System.Xml.XmlSubtreeReader.InitReadContentAsType(), System.Xml.XmlReader.ReadContentAsLong(), and System.Xml.XmlWrappingReader.reader.