Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GroupName
string
? System.ComponentModel.DataAnnotations.DisplayAttribute.GroupName
get
set
Definition at line
75
of file
DisplayAttribute.cs
.
76
{
77
get
78
{
79
return
_groupName
.
Value
;
80
}
81
set
82
{
83
_groupName.Value =
value
;
84
}
85
}
System.ComponentModel.DataAnnotations.DisplayAttribute._groupName
readonly LocalizableString _groupName
Definition
DisplayAttribute.cs:10
System.ComponentModel.DataAnnotations.LocalizableString.Value
string Value
Definition
LocalizableString.cs:18
System.ExceptionArgument.value
@ value
System
ComponentModel
DataAnnotations
DisplayAttribute
Generated by
1.10.0