Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BaseURI
string
System.Xml.Schema.SchemaEntity.BaseURI
get
set
package
Definition at line
155
of file
SchemaEntity.cs
.
156
{
157
get
158
{
159
if
(
_baseURI
!=
null
)
160
{
161
return
_baseURI
;
162
}
163
return
string
.Empty;
164
}
165
set
166
{
167
_baseURI
=
value
;
168
}
169
}
System.Xml.Schema.SchemaEntity._baseURI
string _baseURI
Definition
SchemaEntity.cs:27
System.ExceptionArgument.value
@ value
System
Xml
Schema
SchemaEntity
Generated by
1.10.0