Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Description
string
System.ComponentModel.Design.DesignerVerb.Description
get
set
Definition at line
7
of file
DesignerVerb.cs
.
8
{
9
get
10
{
11
object
obj
=
Properties
[
"Description"
];
12
if
(
obj
==
null
)
13
{
14
return
string
.Empty;
15
}
16
return
(
string
)
obj
;
17
}
18
set
19
{
20
Properties
[
"Description"
] =
value
;
21
}
22
}
System.ComponentModel.Design.MenuCommand.Properties
virtual IDictionary Properties
Definition
MenuCommand.cs:38
System.ExceptionArgument.value
@ value
System.ExceptionArgument.obj
@ obj
System
ComponentModel
Design
DesignerVerb
Generated by
1.10.0