Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaKeyref.cs
Go to the documentation of this file.
1
using
System.Xml.Serialization
;
2
3
namespace
System.Xml.Schema
;
4
5
public
class
XmlSchemaKeyref
:
XmlSchemaIdentityConstraint
6
{
7
private
XmlQualifiedName
_refer
=
XmlQualifiedName
.
Empty
;
8
9
[
XmlAttribute
(
"refer"
)]
10
public
XmlQualifiedName
Refer
11
{
12
get
13
{
14
return
_refer
;
15
}
16
set
17
{
18
_refer
= ((
value
==
null
) ?
XmlQualifiedName
.
Empty
:
value
);
19
}
20
}
21
}
System.Xml.Schema.XmlSchemaIdentityConstraint
Definition
XmlSchemaIdentityConstraint.cs:6
System.Xml.Schema.XmlSchemaKeyref.Refer
XmlQualifiedName Refer
Definition
XmlSchemaKeyref.cs:11
System.Xml.Schema.XmlSchemaKeyref._refer
XmlQualifiedName _refer
Definition
XmlSchemaKeyref.cs:7
System.Xml.Schema.XmlSchemaKeyref
Definition
XmlSchemaKeyref.cs:6
System.Xml.XmlAttribute
Definition
XmlAttribute.cs:8
System.Xml.XmlQualifiedName.Empty
static readonly XmlQualifiedName Empty
Definition
XmlQualifiedName.cs:13
System.Xml.XmlQualifiedName
Definition
XmlQualifiedName.cs:6
System.Xml.Schema
Definition
Extensions.cs:3
System.Xml.Serialization
Definition
DateTimeSerializationSection.cs:1
System.ExceptionArgument.value
@ value
source
System.Private.Xml
System.Xml.Schema
XmlSchemaKeyref.cs
Generated by
1.10.0