Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Url
string
System.Xml.Schema.SchemaEntity.Url
get
set
package
Definition at line
57
of file
SchemaEntity.cs
.
58
{
59
get
60
{
61
return
_url
;
62
}
63
set
64
{
65
_url
=
value
;
66
_isExternal
=
true
;
67
}
68
}
System.Xml.Schema.SchemaEntity._isExternal
bool _isExternal
Definition
SchemaEntity.cs:21
System.Xml.Schema.SchemaEntity._url
string _url
Definition
SchemaEntity.cs:7
System.ExceptionArgument.value
@ value
System
Xml
Schema
SchemaEntity
Generated by
1.10.0