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

◆ GetCustomAttributesData()

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

Reimplemented from System.Reflection.MemberInfo.

Definition at line 147 of file RuntimePropertyInfo.cs.

148 {
149 return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
150 }

References System.Reflection.RuntimeCustomAttributeData.GetCustomAttributesInternal().