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

◆ ReadInt16Array() [1/2]

override short[] System.Xml.XmlBaseReader.ReadInt16Array ( string localName,
string namespaceUri )
inlinevirtualinherited

Reimplemented from System.Xml.XmlDictionaryReader.

Definition at line 2885 of file XmlBaseReader.cs.

2886 {
2887 return Int16ArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, _quotas.MaxArrayLength);
2888 }
readonly XmlDictionaryReaderQuotas _quotas

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