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

◆ GetCustomAttributesData()

override IList< CustomAttributeData > System.Reflection.RuntimeAssembly.GetCustomAttributesData ( )
inlinevirtualinherited

Reimplemented from System.Reflection.Assembly.

Definition at line 311 of file RuntimeAssembly.cs.

312 {
313 return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
314 }

References System.Reflection.RuntimeCustomAttributeData.GetCustomAttributesInternal().

Referenced by System.Reflection.Emit.AssemblyBuilder.GetCustomAttributesData().