Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Name
string
? System.ComponentModel.DataAnnotations.DisplayAttribute.Name
get
set
Definition at line
39
of file
DisplayAttribute.cs
.
40
{
41
get
42
{
43
return
_name
.
Value
;
44
}
45
set
46
{
47
_name.Value =
value
;
48
}
49
}
System.ComponentModel.DataAnnotations.DisplayAttribute._name
readonly LocalizableString _name
Definition
DisplayAttribute.cs:12
System.ComponentModel.DataAnnotations.LocalizableString.Value
string Value
Definition
LocalizableString.cs:18
System.ExceptionArgument.value
@ value
System
ComponentModel
DataAnnotations
DisplayAttribute
Generated by
1.10.0