I know AttributeUsage class. This class can set only property or method or class ...etc I need custom attribute that is only acitve on method and method must return int value. If any function return string value, this attribute will don t work. Only work on int value.
Is there any like this attribute?
How can i create?
Is it possible?