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

◆ ReadName() [1/3]

void System.Xml.XmlBinaryReader.ReadName ( PrefixHandle prefix)
inlineprivate

Definition at line 1157 of file XmlBinaryReader.cs.

1158 {
1159 int num = ReadMultiByteUInt31();
1160 int offset = base.BufferReader.ReadBytes(num);
1161 prefix.SetValue(offset, num);
1162 }

References System.Xml.Dictionary, System.offset, System.prefix, and System.Xml.XmlBinaryReader.ReadMultiByteUInt31().