Sparx Systems Forum

Enterprise Architect => Suggestions and Requests => Topic started by: David Robinson on March 25, 2009, 08:42:44 pm

Title: Object Lifetimes - Generate destructor (C#)
Post by: David Robinson on March 25, 2009, 08:42:44 pm
I would like to be able to switch off class destructor generation per language. For example I always want to generate destructors for C++ but never for C#.
C# Language options allow me to disable generation of finaliser and disposer but not the destructor.