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

◆ GetCustomAttributes() [3/5]

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

Definition at line 25 of file CustomAttributeData.cs.

26 {
27 if ((object)target == null)
28 {
29 throw new ArgumentNullException("target");
30 }
31 return target.GetCustomAttributesData();
32 }

References System.Reflection.Module.GetCustomAttributesData().