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

◆ GetCustomAttributesData()

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

Reimplemented from System.Reflection.Module.

Definition at line 415 of file RuntimeModule.cs.

416 {
417 return RuntimeCustomAttributeData.GetCustomAttributesInternal(this);
418 }

References System.Reflection.RuntimeCustomAttributeData.GetCustomAttributesInternal().

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