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

◆ ReadInt16Array() [1/2]

virtual short[] System.Xml.XmlDictionaryReader.ReadInt16Array ( string localName,
string namespaceUri )
inlinevirtualinherited

Reimplemented in System.Xml.XmlBaseReader.

Definition at line 1438 of file XmlDictionaryReader.cs.

1439 {
1440 return Int16ArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
1441 }
virtual XmlDictionaryReaderQuotas Quotas

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