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

◆ ReadInt32Array() [1/2]

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

Reimplemented in System.Xml.XmlBaseReader.

Definition at line 1473 of file XmlDictionaryReader.cs.

1474 {
1475 return Int32ArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
1476 }
virtual XmlDictionaryReaderQuotas Quotas

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