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

◆ GetCustomAttributes()

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

Definition at line 19 of file ModuleReference.cs.

20 {
21 return new CustomAttributeHandleCollection(_reader, Handle);
22 }

References System.Reflection.Metadata.ModuleReference._reader.