Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsExternal
[2/2]
bool
System.Xml.Schema.SchemaEntity.IsExternal
get
set
package
Implements
System.Xml.IDtdEntityInfo
.
Definition at line
82
of file
SchemaEntity.cs
.
83
{
84
get
85
{
86
return
_isExternal
;
87
}
88
set
89
{
90
_isExternal
=
value
;
91
}
92
}
System.Xml.Schema.SchemaEntity._isExternal
bool _isExternal
Definition
SchemaEntity.cs:21
System.ExceptionArgument.value
@ value
System
Xml
Schema
SchemaEntity
Generated by
1.10.0