Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Prefix
string
System.Xml.Schema.SchemaDeclBase.Prefix
get
set
package
Definition at line
51
of file
SchemaDeclBase.cs
.
52
{
53
get
54
{
55
if
(
prefix
!=
null
)
56
{
57
return
prefix
;
58
}
59
return
string
.Empty;
60
}
61
[
param
:
AllowNull
]
62
set
63
{
64
prefix
=
value
;
65
}
66
}
System.Xml.Schema.SchemaDeclBase.prefix
string prefix
Definition
SchemaDeclBase.cs:19
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
Schema
SchemaDeclBase
Generated by
1.10.0