Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaContentType.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
public
enum
XmlSchemaContentType
4
{
5
TextOnly
,
6
Empty
,
7
ElementOnly
,
8
Mixed
9
}
System.Xml.Schema.XmlSchemaContentType
XmlSchemaContentType
Definition
XmlSchemaContentType.cs:4
System.Xml.Schema.XmlSchemaContentType.Mixed
@ Mixed
System.Xml.Schema.XmlSchemaContentType.ElementOnly
@ ElementOnly
System.Xml.Schema.XmlSchemaContentType.TextOnly
@ TextOnly
System.Xml.Schema.XmlSchemaContentType.Empty
@ Empty
System.Xml.Schema
Definition
Extensions.cs:3
source
System.Private.Xml
System.Xml.Schema
XmlSchemaContentType.cs
Generated by
1.10.0