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

◆ ReadTimeSpanArray() [2/2]

virtual TimeSpan[] System.Xml.XmlDictionaryReader.ReadTimeSpanArray ( XmlDictionaryString localName,
XmlDictionaryString namespaceUri )
inlinevirtualinherited

Reimplemented in System.Xml.XmlBaseReader.

Definition at line 1688 of file XmlDictionaryReader.cs.

1689 {
1690 return TimeSpanArrayHelperWithDictionaryString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
1691 }
virtual XmlDictionaryReaderQuotas Quotas

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