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

◆ GetCustomAttributesData()

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

Reimplemented from System.Reflection.ParameterInfo.

Definition at line 424 of file RuntimeParameterInfo.cs.

425 {
426 return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
427 }

References System.Reflection.RuntimeCustomAttributeData.GetCustomAttributesInternal().