Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaAttributeGroupRef.cs
Go to the documentation of this file.
1
using
System.Diagnostics.CodeAnalysis
;
2
using
System.Xml.Serialization
;
3
4
namespace
System.Xml.Schema
;
5
6
public
class
XmlSchemaAttributeGroupRef
:
XmlSchemaAnnotated
7
{
8
private
XmlQualifiedName
_refName
=
XmlQualifiedName
.
Empty
;
9
10
[
XmlAttribute
(
"ref"
)]
11
public
XmlQualifiedName
RefName
12
{
13
get
14
{
15
return
_refName
;
16
}
17
[
param
:
AllowNull
]
18
set
19
{
20
_refName
= ((
value
==
null
) ?
XmlQualifiedName
.
Empty
:
value
);
21
}
22
}
23
}
System.Xml.Schema.XmlSchemaAnnotated
Definition
XmlSchemaAnnotated.cs:6
System.Xml.Schema.XmlSchemaAttributeGroupRef.RefName
XmlQualifiedName RefName
Definition
XmlSchemaAttributeGroupRef.cs:12
System.Xml.Schema.XmlSchemaAttributeGroupRef._refName
XmlQualifiedName _refName
Definition
XmlSchemaAttributeGroupRef.cs:8
System.Xml.Schema.XmlSchemaAttributeGroupRef
Definition
XmlSchemaAttributeGroupRef.cs:7
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.Diagnostics.CodeAnalysis
Definition
AllowNullAttribute.cs:1
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
XmlSchemaAttributeGroupRef.cs
Generated by
1.10.0