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

◆ GetCustomAttributes()

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

Definition at line 30 of file GenericParameter.cs.

31 {
32 return new CustomAttributeHandleCollection(_reader, Handle);
33 }

References System.Reflection.Metadata.GenericParameter._reader.