Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GroupName

string? System.ComponentModel.DataAnnotations.DisplayAttribute.GroupName
getset

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 }