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

◆ GetCustomAttributesData()

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

Reimplemented from System.Reflection.MemberInfo.

Definition at line 109 of file RuntimeFieldInfo.cs.

110 {
111 return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
112 }

References System.Reflection.RuntimeCustomAttributeData.GetCustomAttributesInternal().