Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DefaultValueExpanded
[2/2]
string
System.Xml.Schema.SchemaAttDef.DefaultValueExpanded
get
set
package
Implements
System.Xml.IDtdDefaultAttributeInfo
.
Definition at line
100
of file
SchemaAttDef.cs
.
101
{
102
get
103
{
104
if
(
_defExpanded
==
null
)
105
{
106
return
string
.Empty;
107
}
108
return
_defExpanded
;
109
}
110
[
param
:
AllowNull
]
111
set
112
{
113
_defExpanded
=
value
;
114
}
115
}
System.Xml.Schema.SchemaAttDef._defExpanded
string _defExpanded
Definition
SchemaAttDef.cs:14
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
Schema
SchemaAttDef
Generated by
1.10.0