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

◆ GetCustomAttributes()

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

Definition at line 83 of file MemberReference.cs.

84 {
85 return new CustomAttributeHandleCollection(_reader, Handle);
86 }

References System.Reflection.Metadata.MemberReference._reader.