H
Henrik Dahl
Hello!
I'm making my own attribute. I've observed that the AttributeUsage attribute
may only be applied to classes which derive from System.Attribute. How do I
make my attribute in a resembling way, so it may only be applied to classes
which implement a certain interface?
Best regards,
Henrik Dahl
I'm making my own attribute. I've observed that the AttributeUsage attribute
may only be applied to classes which derive from System.Attribute. How do I
make my attribute in a resembling way, so it may only be applied to classes
which implement a certain interface?
Best regards,
Henrik Dahl