Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Description
string
? System.ComponentModel.DataAnnotations.DisplayAttribute.Description
get
set
Definition at line
51
of file
DisplayAttribute.cs
.
52
{
53
get
54
{
55
return
_description
.
Value
;
56
}
57
set
58
{
59
_description.Value =
value
;
60
}
61
}
System.ComponentModel.DataAnnotations.DisplayAttribute._description
readonly LocalizableString _description
Definition
DisplayAttribute.cs:8
System.ComponentModel.DataAnnotations.LocalizableString.Value
string Value
Definition
LocalizableString.cs:18
System.ExceptionArgument.value
@ value
System
ComponentModel
DataAnnotations
DisplayAttribute
Generated by
1.10.0