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

◆ GetCustomAttributesInternal() [2/9]

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

Definition at line 114 of file RuntimeCustomAttributeData.cs.

115 {
116 return GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken);
117 }
static IList< CustomAttributeData > GetCustomAttributes(RuntimeModule module, int tkTarget)

References System.Reflection.RuntimeCustomAttributeData.GetCustomAttributes(), System.Reflection.RuntimeConstructorInfo.GetRuntimeModule(), and System.Reflection.RuntimeConstructorInfo.MetadataToken.