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

◆ ReadInt64Array() [1/2]

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

Reimplemented from System.Xml.XmlDictionaryReader.

Definition at line 2905 of file XmlBaseReader.cs.

2906 {
2907 return Int64ArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, _quotas.MaxArrayLength);
2908 }
readonly XmlDictionaryReaderQuotas _quotas

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