Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaCompilationSettings.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
public
sealed
class
XmlSchemaCompilationSettings
4
{
5
private
bool
_enableUpaCheck
;
6
7
public
bool
EnableUpaCheck
8
{
9
get
10
{
11
return
_enableUpaCheck
;
12
}
13
set
14
{
15
_enableUpaCheck
=
value
;
16
}
17
}
18
19
public
XmlSchemaCompilationSettings
()
20
{
21
_enableUpaCheck
=
true
;
22
}
23
}
System.Xml.Schema.XmlSchemaCompilationSettings.XmlSchemaCompilationSettings
XmlSchemaCompilationSettings()
Definition
XmlSchemaCompilationSettings.cs:19
System.Xml.Schema.XmlSchemaCompilationSettings.EnableUpaCheck
bool EnableUpaCheck
Definition
XmlSchemaCompilationSettings.cs:8
System.Xml.Schema.XmlSchemaCompilationSettings._enableUpaCheck
bool _enableUpaCheck
Definition
XmlSchemaCompilationSettings.cs:5
System.Xml.Schema.XmlSchemaCompilationSettings
Definition
XmlSchemaCompilationSettings.cs:4
System.Xml.Schema
Definition
Extensions.cs:3
System.ExceptionArgument.value
@ value
source
System.Private.Xml
System.Xml.Schema
XmlSchemaCompilationSettings.cs
Generated by
1.10.0