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

◆ ReadInt64Array() [2/2]

override long[] System.Xml.XmlBaseReader.ReadInt64Array ( XmlDictionaryString localName,
XmlDictionaryString namespaceUri )
inlinevirtualinherited

Reimplemented from System.Xml.XmlDictionaryReader.

Definition at line 2910 of file XmlBaseReader.cs.

2911 {
2912 return Int64ArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, _quotas.MaxArrayLength);
2913 }
readonly XmlDictionaryReaderQuotas _quotas

References System.Xml.XmlBaseReader._quotas, System.Xml.Int64ArrayHelperWithDictionaryString.Instance, and System.Xml.XmlDictionaryReaderQuotas.MaxArrayLength.