Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Text
[2/2]
string
System.Xml.Schema.SchemaEntity.Text
get
set
package
Implements
System.Xml.IDtdEntityInfo
.
Definition at line
118
of file
SchemaEntity.cs
.
119
{
120
get
121
{
122
return
_text
;
123
}
124
set
125
{
126
_text
=
value
;
127
_isExternal
=
false
;
128
}
129
}
System.Xml.Schema.SchemaEntity._text
string _text
Definition
SchemaEntity.cs:11
System.Xml.Schema.SchemaEntity._isExternal
bool _isExternal
Definition
SchemaEntity.cs:21
System.ExceptionArgument.value
@ value
System
Xml
Schema
SchemaEntity
Generated by
1.10.0