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

◆ GetCustomAttributes()

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

Definition at line 36 of file StandaloneSignature.cs.

37 {
38 return new CustomAttributeHandleCollection(_reader, Handle);
39 }

References System.Reflection.Metadata.StandaloneSignature._reader.