vote up 0 vote down star

I've tried using AttributeTargetTypes, but it just won't work. What am I missing?

thanks

flag

1 Answer

vote up 0 vote down check

The easiest way to apply an aspect to all methods of a class is to annotate this class with the aspect custom attribute. AttributeTargetTypes, when the custom attribute is applied on assembly-level, should work also, at least if the type is a part of the current assembly.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.