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

◆ ToolboxItemType

Type? System.ComponentModel.ToolboxItemAttribute.ToolboxItemType
get

Definition at line 19 of file ToolboxItemAttribute.cs.

20 {
21 get
22 {
23 if (_toolboxItemType == null && _toolboxItemTypeName != null)
24 {
25 try
26 {
27 _toolboxItemType = Type.GetType(_toolboxItemTypeName, throwOnError: true);
28 }
29 catch (Exception innerException)
30 {
32 }
33 }
34 return _toolboxItemType;
35 }
36 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string ToolboxItemAttributeFailedGetType
Definition SR.cs:66
Definition SR.cs:7