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

◆ ToolboxItemAttribute() [2/3]

System.ComponentModel.ToolboxItemAttribute.ToolboxItemAttribute ( [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] string toolboxItemTypeName)
inline

Definition at line 54 of file ToolboxItemAttribute.cs.

55 {
56 _toolboxItemTypeName = toolboxItemTypeName ?? throw new ArgumentNullException("toolboxItemTypeName");
57 }

References System.ComponentModel.ToolboxItemAttribute._toolboxItemTypeName.