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

◆ ReadInt32Array() [2/2]

virtual int[] System.Xml.XmlDictionaryReader.ReadInt32Array ( XmlDictionaryString localName,
XmlDictionaryString namespaceUri )
inlinevirtualinherited

Reimplemented in System.Xml.XmlBaseReader.

Definition at line 1478 of file XmlDictionaryReader.cs.

1479 {
1480 return Int32ArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
1481 }
virtual XmlDictionaryReaderQuotas Quotas

References System.Xml.Int32ArrayHelperWithDictionaryString.Instance, System.Xml.XmlDictionaryReaderQuotas.MaxArrayLength, and System.Xml.XmlDictionaryReader.Quotas.