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

◆ ReadInt64Array() [1/2]

virtual long[] System.Xml.XmlDictionaryReader.ReadInt64Array ( string localName,
string namespaceUri )
inlinevirtualinherited

Reimplemented in System.Xml.XmlBaseReader.

Definition at line 1503 of file XmlDictionaryReader.cs.

1504 {
1505 return Int64ArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
1506 }
virtual XmlDictionaryReaderQuotas Quotas

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