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

◆ ReadContentAsString()

override string System.Xml.XmlSubtreeReader.ReadContentAsString ( )
inlinevirtual

Reimplemented from System.Xml.XmlReader.

Definition at line 739 of file XmlSubtreeReader.cs.

740 {
741 try
742 {
743 InitReadContentAsType("ReadContentAsString");
744 string result = reader.ReadContentAsString();
746 return result;
747 }
748 catch
749 {
750 _state = State.Error;
751 throw;
752 }
753 }
virtual string ReadContentAsString()
Definition XmlReader.cs:286
void InitReadContentAsType(string methodName)

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