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

◆ GetCustomAttributes()

CustomAttributeHandleCollection System.Reflection.Metadata.MetadataReader.GetCustomAttributes ( EntityHandle handle)
inline

Definition at line 1023 of file MetadataReader.cs.

1024 {
1025 return new CustomAttributeHandleCollection(this, handle);
1026 }

References System.handle.

Referenced by System.Reflection.Metadata.MetadataReader.GetMethodTreatmentFromCustomAttributes(), and System.Reflection.Metadata.MetadataReader.HasAttribute().