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

◆ GetCustomAttributes() [9/10]

static object[] System.Reflection.CustomAttribute.GetCustomAttributes ( RuntimePropertyInfo property,
RuntimeType caType )
inlinestaticpackage

Definition at line 201 of file CustomAttribute.cs.

202 {
203 return GetCustomAttributes(property.GetRuntimeModule(), property.MetadataToken, 0, caType);
204 }
static object[] GetCustomAttributes(RuntimeType type, RuntimeType caType, bool inherit)

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