Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaXPath.cs
Go to the documentation of this file.
1
using
System.ComponentModel
;
2
using
System.Xml.Serialization
;
3
4
namespace
System.Xml.Schema
;
5
6
public
class
XmlSchemaXPath
:
XmlSchemaAnnotated
7
{
8
private
string
_xpath
;
9
10
[
XmlAttribute
(
"xpath"
)]
11
[DefaultValue(
""
)]
12
public
string
? XPath
13
{
14
get
15
{
16
return
_xpath
;
17
}
18
set
19
{
20
_xpath
=
value
;
21
}
22
}
23
}
System.Xml.Schema.XmlSchemaAnnotated
Definition
XmlSchemaAnnotated.cs:6
System.Xml.Schema.XmlSchemaXPath._xpath
string _xpath
Definition
XmlSchemaXPath.cs:8
System.Xml.Schema.XmlSchemaXPath
Definition
XmlSchemaXPath.cs:7
System.Xml.XmlAttribute
Definition
XmlAttribute.cs:8
System.ComponentModel
Definition
ColumnAttribute.cs:3
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
XmlSchemaXPath.cs
Generated by
1.10.0