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

◆ GetCustomAttributesInternal() [8/9]

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

Definition at line 124 of file RuntimeCustomAttributeData.cs.

125 {
126 return GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken);
127 }
static IList< CustomAttributeData > GetCustomAttributes(RuntimeModule module, int tkTarget)

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