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

◆ ToolboxItemAttribute() [3/3]

System.ComponentModel.ToolboxItemAttribute.ToolboxItemAttribute ( [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] Type toolboxItemType)
inline

Definition at line 59 of file ToolboxItemAttribute.cs.

60 {
61 if (toolboxItemType == null)
62 {
63 throw new ArgumentNullException("toolboxItemType");
64 }
65 _toolboxItemType = toolboxItemType;
66 _toolboxItemTypeName = toolboxItemType.AssemblyQualifiedName;
67 }

References System.ComponentModel.ToolboxItemAttribute._toolboxItemType, System.ComponentModel.ToolboxItemAttribute._toolboxItemTypeName, and System.Type.AssemblyQualifiedName.