Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ShortName
string
? System.ComponentModel.DataAnnotations.DisplayAttribute.ShortName
get
set
Definition at line
27
of file
DisplayAttribute.cs
.
28
{
29
get
30
{
31
return
_shortName
.
Value
;
32
}
33
set
34
{
35
_shortName.Value =
value
;
36
}
37
}
System.ComponentModel.DataAnnotations.DisplayAttribute._shortName
readonly LocalizableString _shortName
Definition
DisplayAttribute.cs:16
System.ComponentModel.DataAnnotations.LocalizableString.Value
string Value
Definition
LocalizableString.cs:18
System.ExceptionArgument.value
@ value
System
ComponentModel
DataAnnotations
DisplayAttribute
Generated by
1.10.0