Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlDictionaryReaderQuotaTypes.cs
Go to the documentation of this file.
1
namespace
System.Xml
;
2
3
[Flags]
4
public
enum
XmlDictionaryReaderQuotaTypes
5
{
6
MaxDepth
= 1,
7
MaxStringContentLength
= 2,
8
MaxArrayLength
= 4,
9
MaxBytesPerRead
= 8,
10
MaxNameTableCharCount
= 0x10
11
}
System.Xml.XmlDictionaryReaderQuotaTypes
XmlDictionaryReaderQuotaTypes
Definition
XmlDictionaryReaderQuotaTypes.cs:5
System.Xml.XmlDictionaryReaderQuotaTypes.MaxDepth
@ MaxDepth
System.Xml.XmlDictionaryReaderQuotaTypes.MaxStringContentLength
@ MaxStringContentLength
System.Xml.XmlDictionaryReaderQuotaTypes.MaxNameTableCharCount
@ MaxNameTableCharCount
System.Xml.XmlDictionaryReaderQuotaTypes.MaxBytesPerRead
@ MaxBytesPerRead
System.Xml.XmlDictionaryReaderQuotaTypes.MaxArrayLength
@ MaxArrayLength
System.Xml
Definition
BaseRegionIterator.cs:1
source
System.Private.DataContractSerialization
System.Xml
XmlDictionaryReaderQuotaTypes.cs
Generated by
1.10.0