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

◆ GetCustomAttributes() [1/2]

override object[] System.RuntimeType.GetCustomAttributes ( bool inherit)
inline

Implements System.Reflection.ICustomAttributeProvider.

Definition at line 3403 of file RuntimeType.cs.

3404 {
3406 }
static object[] GetCustomAttributes(RuntimeType type, RuntimeType caType, bool inherit)
static readonly RuntimeType ObjectType

References System.Reflection.CustomAttribute.GetCustomAttributes().