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

◆ TryGetArrayLength()

override bool System.Xml.XmlBinaryReader.TryGetArrayLength ( out int count)
inlinevirtual

Reimplemented from System.Xml.XmlDictionaryReader.

Definition at line 1325 of file XmlBinaryReader.cs.

1326 {
1327 count = 0;
1328 if (!_buffered)
1329 {
1330 return false;
1331 }
1332 if (_arrayState != ArrayState.Element)
1333 {
1334 return false;
1335 }
1337 return true;
1338 }

References System.Xml.XmlBinaryReader._arrayCount, System.Xml.XmlBinaryReader._arrayState, System.Xml.XmlBinaryReader._buffered, and System.count.