Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaContentModel.cs
Go to the documentation of this file.
1
using
System.Xml.Serialization
;
2
3
namespace
System.Xml.Schema
;
4
5
public
abstract
class
XmlSchemaContentModel
:
XmlSchemaAnnotated
6
{
7
[XmlIgnore]
8
public
abstract
XmlSchemaContent
? Content {
get
;
set
; }
9
}
System.Xml.Schema.XmlSchemaAnnotated
Definition
XmlSchemaAnnotated.cs:6
System.Xml.Schema.XmlSchemaContentModel
Definition
XmlSchemaContentModel.cs:6
System.Xml.Schema.XmlSchemaContent
Definition
XmlSchemaContent.cs:4
System.Xml.Schema
Definition
Extensions.cs:3
System.Xml.Serialization
Definition
DateTimeSerializationSection.cs:1
source
System.Private.Xml
System.Xml.Schema
XmlSchemaContentModel.cs
Generated by
1.10.0