Me again.. I hear the phrase ‘decorating / decorate’ a method being thrown about a lot in tutorials I have read / watched. But I just don’t understand what it means AND what it actually does?? Can anyone point me in the direction of some information on beginning to use them (Very novice tutorial would be good)
Share
.NET does not have ‘decorators’ but it does have attributes. Developers often use the word ‘decorate’ to indicate the usage of attributes. Here is a good article explaining how they work and how to use them.