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

◆ GetCustomAttributes() [1/5]

static IList< CustomAttributeData > System.Reflection.CustomAttributeData.GetCustomAttributes ( Assembly target)
inlinestaticinherited

Definition at line 34 of file CustomAttributeData.cs.

35 {
36 if ((object)target == null)
37 {
38 throw new ArgumentNullException("target");
39 }
40 return target.GetCustomAttributesData();
41 }

References System.Reflection.Assembly.GetCustomAttributesData().