Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaCollectionNode.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
internal
sealed
class
XmlSchemaCollectionNode
4
{
5
private
string
_namespaceUri
;
6
7
private
SchemaInfo
_schemaInfo
;
8
9
private
XmlSchema
_schema
;
10
11
internal
string
NamespaceURI
12
{
13
get
14
{
15
return
_namespaceUri
;
16
}
17
set
18
{
19
_namespaceUri
=
value
;
20
}
21
}
22
23
internal
SchemaInfo
SchemaInfo
24
{
25
get
26
{
27
return
_schemaInfo
;
28
}
29
set
30
{
31
_schemaInfo
=
value
;
32
}
33
}
34
35
internal
XmlSchema
Schema
36
{
37
get
38
{
39
return
_schema
;
40
}
41
set
42
{
43
_schema
=
value
;
44
}
45
}
46
}
System.Xml.Schema.SchemaInfo
Definition
SchemaInfo.cs:6
System.Xml.Schema.XmlSchemaCollectionNode._namespaceUri
string _namespaceUri
Definition
XmlSchemaCollectionNode.cs:5
System.Xml.Schema.XmlSchemaCollectionNode.NamespaceURI
string NamespaceURI
Definition
XmlSchemaCollectionNode.cs:12
System.Xml.Schema.XmlSchemaCollectionNode._schemaInfo
SchemaInfo _schemaInfo
Definition
XmlSchemaCollectionNode.cs:7
System.Xml.Schema.XmlSchemaCollectionNode._schema
XmlSchema _schema
Definition
XmlSchemaCollectionNode.cs:9
System.Xml.Schema.XmlSchemaCollectionNode
Definition
XmlSchemaCollectionNode.cs:4
System.Xml.Schema.XmlSchema
Definition
XmlSchema.cs:12
System.Xml.Schema
Definition
Extensions.cs:3
System.ExceptionArgument.value
@ value
source
System.Private.Xml
System.Xml.Schema
XmlSchemaCollectionNode.cs
Generated by
1.10.0