Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaSimpleContent.cs
Go to the documentation of this file.
1
using
System.Xml.Serialization
;
2
3
namespace
System.Xml.Schema
;
4
5
public
class
XmlSchemaSimpleContent
:
XmlSchemaContentModel
6
{
7
private
XmlSchemaContent
_content
;
8
9
[
XmlElement
(
"restriction"
,
typeof
(
XmlSchemaSimpleContentRestriction
))]
10
[
XmlElement
(
"extension"
,
typeof
(
XmlSchemaSimpleContentExtension
))]
11
public
override
XmlSchemaContent
? Content
12
{
13
get
14
{
15
return
_content
;
16
}
17
set
18
{
19
_content
=
value
;
20
}
21
}
22
}
System.Xml.Schema.XmlSchemaContentModel
Definition
XmlSchemaContentModel.cs:6
System.Xml.Schema.XmlSchemaContent
Definition
XmlSchemaContent.cs:4
System.Xml.Schema.XmlSchemaSimpleContentExtension
Definition
XmlSchemaSimpleContentExtension.cs:6
System.Xml.Schema.XmlSchemaSimpleContentRestriction
Definition
XmlSchemaSimpleContentRestriction.cs:6
System.Xml.Schema.XmlSchemaSimpleContent._content
XmlSchemaContent _content
Definition
XmlSchemaSimpleContent.cs:7
System.Xml.Schema.XmlSchemaSimpleContent
Definition
XmlSchemaSimpleContent.cs:6
System.Xml.XmlElement
Definition
XmlElement.cs:8
System.Xml.Schema
Definition
Extensions.cs:3
System.Xml.Serialization
Definition
DateTimeSerializationSection.cs:1
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
source
System.Private.Xml
System.Xml.Schema
XmlSchemaSimpleContent.cs
Generated by
1.10.0