Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SourceUri
Uri
? System.Xml.Schema.XmlSchemaValidator.SourceUri
get
set
Definition at line
188
of file
XmlSchemaValidator.cs
.
189
{
190
get
191
{
192
return
_sourceUri
;
193
}
194
[
param
:
DisallowNull
]
195
set
196
{
197
_sourceUri
=
value
;
198
_sourceUriString
=
_sourceUri
.
ToString
();
199
}
200
}
System.Uri.ToString
override string ToString()
Definition
Uri.cs:1119
System.Xml.Schema.XmlSchemaValidator._sourceUriString
string _sourceUriString
Definition
XmlSchemaValidator.cs:74
System.Xml.Schema.XmlSchemaValidator._sourceUri
Uri _sourceUri
Definition
XmlSchemaValidator.cs:72
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
Schema
XmlSchemaValidator
Generated by
1.10.0