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

◆ GetCustomAttributesData()

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

Reimplemented from System.Reflection.MemberInfo.

Definition at line 237 of file RuntimeConstructorInfo.cs.

238 {
239 return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
240 }

References System.Reflection.RuntimeCustomAttributeData.GetCustomAttributesInternal().