Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Value
string
System.ComponentModel.DataAnnotations.LocalizableString.Value
get
set
Definition at line
17
of file
LocalizableString.cs
.
18
{
19
get
20
{
21
return
_propertyValue
;
22
}
23
set
24
{
25
if
(
_propertyValue
!=
value
)
26
{
27
ClearCache
();
28
_propertyValue
=
value
;
29
}
30
}
31
}
System.ComponentModel.DataAnnotations.LocalizableString._propertyValue
string _propertyValue
Definition
LocalizableString.cs:12
System.ComponentModel.DataAnnotations.LocalizableString.ClearCache
void ClearCache()
Definition
LocalizableString.cs:55
System.ExceptionArgument.value
@ value
System
ComponentModel
DataAnnotations
LocalizableString
Generated by
1.10.0