Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AttributePSVIInfo.cs
Go to the documentation of this file.
1
using
System.Xml.Schema
;
2
3
namespace
System.Xml
;
4
5
internal
sealed
class
AttributePSVIInfo
6
{
7
internal
string
localName
;
8
9
internal
string
namespaceUri
;
10
11
internal
object
typedAttributeValue
;
12
13
internal
XmlSchemaInfo
attributeSchemaInfo
;
14
15
internal
AttributePSVIInfo
()
16
{
17
attributeSchemaInfo
=
new
XmlSchemaInfo
();
18
}
19
20
internal
void
Reset
()
21
{
22
typedAttributeValue
=
null
;
23
localName
=
string
.Empty;
24
namespaceUri
=
string
.Empty;
25
attributeSchemaInfo
.
Clear
();
26
}
27
}
System.Xml.AttributePSVIInfo.AttributePSVIInfo
AttributePSVIInfo()
Definition
AttributePSVIInfo.cs:15
System.Xml.AttributePSVIInfo.attributeSchemaInfo
XmlSchemaInfo attributeSchemaInfo
Definition
AttributePSVIInfo.cs:13
System.Xml.AttributePSVIInfo.Reset
void Reset()
Definition
AttributePSVIInfo.cs:20
System.Xml.AttributePSVIInfo.localName
string localName
Definition
AttributePSVIInfo.cs:7
System.Xml.AttributePSVIInfo.typedAttributeValue
object typedAttributeValue
Definition
AttributePSVIInfo.cs:11
System.Xml.AttributePSVIInfo.namespaceUri
string namespaceUri
Definition
AttributePSVIInfo.cs:9
System.Xml.AttributePSVIInfo
Definition
AttributePSVIInfo.cs:6
System.Xml.Schema.XmlSchemaInfo.Clear
void Clear()
Definition
XmlSchemaInfo.cs:180
System.Xml.Schema.XmlSchemaInfo
Definition
XmlSchemaInfo.cs:4
System.Xml.Schema
Definition
Extensions.cs:3
System.Xml
Definition
BaseRegionIterator.cs:1
source
System.Private.Xml
System.Xml
AttributePSVIInfo.cs
Generated by
1.10.0