Views: 4K
Replies: 0
Archived
|
.NET Attributes versus the Decorator PatternHi ,
What is the difference between .NET Attributes and the Decorator Pattern? For example [Serializeable()] public class Order { // something } Doesn't the Serializable attribute decorate the Order class? Thanks Volkan Genç, Sep 27, 2013
|