Book a Demo

Author Topic: Better support for partial classes in C#  (Read 3627 times)

tobschwa

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Better support for partial classes in C#
« on: December 12, 2008, 02:32:42 am »
The partial classes in C# should be supported better. Currently, when reverse-engineering, EA creates separate classes for classes which are implemented as partial classes. There should be at least an option to combine these in one class. With .NET 3.5 partial classes are used automatically by the framework when creating forms which can result in duplicate classes with the same name in EA.