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

◆ GetCustomAttributes() [2/10]

static object[] System.Reflection.CustomAttribute.GetCustomAttributes ( RuntimeConstructorInfo ctor,
RuntimeType caType )
inlinestaticpackage

Definition at line 196 of file CustomAttribute.cs.

197 {
198 return GetCustomAttributes(ctor.GetRuntimeModule(), ctor.MetadataToken, 0, caType);
199 }
static object[] GetCustomAttributes(RuntimeType type, RuntimeType caType, bool inherit)

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