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

◆ GetCustomAttributes()

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

Definition at line 25 of file ManifestResource.cs.

26 {
27 return new CustomAttributeHandleCollection(_reader, Handle);
28 }

References System.Reflection.Metadata.ManifestResource._reader.