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

◆ GetCustomAttributesData()

override IList< CustomAttributeData > System.Reflection.RuntimeMethodInfo.GetCustomAttributesData ( )
inlinevirtual

Reimplemented from System.Reflection.MemberInfo.

Definition at line 342 of file RuntimeMethodInfo.cs.

343 {
344 return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
345 }

References System.Reflection.RuntimeCustomAttributeData.GetCustomAttributesInternal().