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

◆ HelpKeywordAttribute() [3/3]

System.ComponentModel.Design.HelpKeywordAttribute.HelpKeywordAttribute ( Type t)
inline

Definition at line 21 of file HelpKeywordAttribute.cs.

22 {
23 if (t == null)
24 {
25 throw new ArgumentNullException("t");
26 }
27 HelpKeyword = t.FullName;
28 }

References System.Type.FullName, and System.ComponentModel.Design.HelpKeywordAttribute.HelpKeyword.