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

◆ ReadInt32Array() [2/2]

override int[] System.Xml.XmlBaseReader.ReadInt32Array ( XmlDictionaryString localName,
XmlDictionaryString namespaceUri )
inlinevirtualinherited

Reimplemented from System.Xml.XmlDictionaryReader.

Definition at line 2900 of file XmlBaseReader.cs.

2901 {
2902 return Int32ArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, _quotas.MaxArrayLength);
2903 }
readonly XmlDictionaryReaderQuotas _quotas

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