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

◆ GetCustomAttributes()

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

Definition at line 23 of file MethodImplementation.cs.

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

References System.Reflection.Metadata.MethodImplementation._reader.