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

◆ ReadTimeSpanArray() [1/2]

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

Reimplemented in System.Xml.XmlBaseReader.

Definition at line 1683 of file XmlDictionaryReader.cs.

1684 {
1685 return TimeSpanArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
1686 }
virtual XmlDictionaryReaderQuotas Quotas

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