Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DeclaredURI
string
System.Xml.Schema.SchemaEntity.DeclaredURI
get
set
package
Definition at line
183
of file
SchemaEntity.cs
.
184
{
185
get
186
{
187
if
(
_declaredURI
!=
null
)
188
{
189
return
_declaredURI
;
190
}
191
return
string
.Empty;
192
}
193
set
194
{
195
_declaredURI
=
value
;
196
}
197
}
System.Xml.Schema.SchemaEntity._declaredURI
string _declaredURI
Definition
SchemaEntity.cs:29
System.ExceptionArgument.value
@ value
System
Xml
Schema
SchemaEntity
Generated by
1.10.0