Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Prompt
string
? System.ComponentModel.DataAnnotations.DisplayAttribute.Prompt
get
set
Definition at line
63
of file
DisplayAttribute.cs
.
64
{
65
get
66
{
67
return
_prompt
.
Value
;
68
}
69
set
70
{
71
_prompt.Value =
value
;
72
}
73
}
System.ComponentModel.DataAnnotations.DisplayAttribute._prompt
readonly LocalizableString _prompt
Definition
DisplayAttribute.cs:14
System.ComponentModel.DataAnnotations.LocalizableString.Value
string Value
Definition
LocalizableString.cs:18
System.ExceptionArgument.value
@ value
System
ComponentModel
DataAnnotations
DisplayAttribute
Generated by
1.10.0