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

◆ GetCustomAttributesInternal() [6/9]

static IList< CustomAttributeData > System.Reflection.RuntimeCustomAttributeData.GetCustomAttributesInternal ( RuntimeModule target)
inlinestaticpackage

Definition at line 129 of file RuntimeCustomAttributeData.cs.

130 {
131 if (target.IsResource())
132 {
133 return new List<CustomAttributeData>();
134 }
135 return GetCustomAttributes(target, target.MetadataToken);
136 }
static IList< CustomAttributeData > GetCustomAttributes(RuntimeModule module, int tkTarget)

References System.Reflection.RuntimeCustomAttributeData.GetCustomAttributes(), System.Reflection.RuntimeModule.IsResource(), and System.Reflection.RuntimeModule.MetadataToken.