Is there a way to override the setter and getter of an auto property with an attribute?
like this:
[CustomAttribute] public int Value { get; set; } <
I believe it will achieve this with AOP