Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaInclude.cs
Go to the documentation of this file.
1
using
System.Xml.Serialization
;
2
3
namespace
System.Xml.Schema
;
4
5
public
class
XmlSchemaInclude
:
XmlSchemaExternal
6
{
7
private
XmlSchemaAnnotation
_annotation
;
8
9
[
XmlElement
(
"annotation"
,
typeof
(
XmlSchemaAnnotation
))]
10
public
XmlSchemaAnnotation
?
Annotation
11
{
12
get
13
{
14
return
_annotation
;
15
}
16
set
17
{
18
_annotation
=
value
;
19
}
20
}
21
22
public
XmlSchemaInclude
()
23
{
24
base.Compositor
=
Compositor
.Include;
25
}
26
27
internal
override
void
AddAnnotation
(
XmlSchemaAnnotation
annotation)
28
{
29
_annotation
= annotation;
30
}
31
}
System.Xml.Schema.XmlSchemaAnnotation
Definition
XmlSchemaAnnotation.cs:6
System.Xml.Schema.XmlSchemaExternal
Definition
XmlSchemaExternal.cs:6
System.Xml.Schema.XmlSchemaInclude.Annotation
XmlSchemaAnnotation? Annotation
Definition
XmlSchemaInclude.cs:11
System.Xml.Schema.XmlSchemaInclude._annotation
XmlSchemaAnnotation _annotation
Definition
XmlSchemaInclude.cs:7
System.Xml.Schema.XmlSchemaInclude.XmlSchemaInclude
XmlSchemaInclude()
Definition
XmlSchemaInclude.cs:22
System.Xml.Schema.XmlSchemaInclude.AddAnnotation
override void AddAnnotation(XmlSchemaAnnotation annotation)
Definition
XmlSchemaInclude.cs:27
System.Xml.Schema.XmlSchemaInclude
Definition
XmlSchemaInclude.cs:6
System.Xml.XmlElement
Definition
XmlElement.cs:8
System.Xml.Schema.Compositor
Compositor
Definition
Compositor.cs:4
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
XmlSchemaInclude.cs
Generated by
1.10.0