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

◆ GetCustomAttributes()

CustomAttributeHandleCollection System.Reflection.Metadata.AssemblyFile.GetCustomAttributes ( )
inline

Definition at line 23 of file AssemblyFile.cs.

24 {
25 return new CustomAttributeHandleCollection(_reader, Handle);
26 }

References System.Reflection.Metadata.AssemblyFile._reader.