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

◆ GetCustomAttributes() [3/10]

static object[] System.Reflection.CustomAttribute.GetCustomAttributes ( RuntimeEventInfo e,
RuntimeType caType )
inlinestaticpackage

Definition at line 206 of file CustomAttribute.cs.

207 {
208 return GetCustomAttributes(e.GetRuntimeModule(), e.MetadataToken, 0, caType);
209 }
static object[] GetCustomAttributes(RuntimeType type, RuntimeType caType, bool inherit)

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