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

◆ FinishReadElementContentAsBinaryAsync()

async Task System.Xml.XmlTextReaderImpl.FinishReadElementContentAsBinaryAsync ( )
inlineprivate

Definition at line 11502 of file XmlTextReaderImpl.cs.

11503 {
11505 if (_curNode.type != XmlNodeType.EndElement)
11506 {
11508 }
11510 }
static string Xml_InvalidNodeType
Definition SR.cs:88
Definition SR.cs:7
virtual Task< bool > ReadAsync()
void Throw(int pos, string res, string arg)

References System.Xml.XmlTextReaderImpl._curNode, System.Xml.XmlTextReaderImpl._outerReader, System.Xml.XmlTextReaderImpl.FinishReadContentAsBinaryAsync(), System.Xml.XmlReader.ReadAsync(), System.Xml.XmlTextReaderImpl.Throw(), System.Xml.XmlTextReaderImpl.NodeData.type, and System.SR.Xml_InvalidNodeType.

Referenced by System.Xml.XmlTextReaderImpl.ReadAsync(), and System.Xml.XmlTextReaderImpl.SkipAsync().