Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Namespace
string
? System.Xml.Schema.XmlSchemaAnyAttribute.Namespace
get
set
Definition at line
15
of file
XmlSchemaAnyAttribute.cs
.
16
{
17
get
18
{
19
string
text
=
_ns
;
20
if
(
text
==
null
)
21
{
22
NamespaceList
? namespaceList =
NamespaceList
;
23
if
(namespaceList ==
null
)
24
{
25
return
null
;
26
}
27
text
= namespaceList.
ToString
();
28
}
29
return
text
;
30
}
31
set
32
{
33
_ns
=
value
;
34
}
35
}
System.Xml.Schema.NamespaceList.ToString
override string ToString()
Definition
NamespaceList.cs:110
System.Xml.Schema.XmlSchemaAnyAttribute._ns
string _ns
Definition
XmlSchemaAnyAttribute.cs:8
System.Xml.Schema.XmlSchemaAnyAttribute.NamespaceList
NamespaceList? NamespaceList
Definition
XmlSchemaAnyAttribute.cs:52
System.ExceptionArgument.text
@ text
System.ExceptionArgument.value
@ value
System
Xml
Schema
XmlSchemaAnyAttribute
Generated by
1.10.0