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

◆ GetCustomAttributesInternal() [3/9]

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

Definition at line 119 of file RuntimeCustomAttributeData.cs.

120 {
121 return GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken);
122 }
static IList< CustomAttributeData > GetCustomAttributes(RuntimeModule module, int tkTarget)

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