Trying to find some verbose reference on the intricacies of Attributes. Any help would be appreciated.
At this point, I'd specifically like to know what time during runtime does an attribute constructor get ran?
- If it's over a class
- If it's over a property
- If it's over a method
Thanks.