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

◆ ShortName

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

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 }