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

◆ ReadBinaryText()

void System.Xml.XmlBinaryReader.ReadBinaryText ( XmlTextNode textNode,
int length )
inlineprivate

Definition at line 988 of file XmlBinaryReader.cs.

989 {
990 ReadText(textNode, ValueHandleType.Base64, length);
991 }
void ReadText(XmlTextNode textNode, ValueHandleType type, int length)

References System.Xml.Dictionary, System.length, and System.Xml.XmlBinaryReader.ReadText().

Referenced by System.Xml.XmlBinaryReader.ReadNode().