Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sebastiaop

Pages: [1]
1
General Board / Re: Support for C# Generics
« on: November 01, 2004, 12:51:36 pm »
I'm facing the same problem here. Cannot reverse engineer c# code that uses generics.
I've posted a message here in Oct/15 but until this moment there were no answer.
Our company is evaluating EA and we will probably end up not purchasing it because this problem. We use lots of generics in our code, what makes it impossible to import.

2
General Board / C# 2.0 Generics in reverse engineering
« on: October 15, 2004, 02:39:23 pm »
Our company is evaluating EA Corporate and we just found that reverse engineer does not works when c# code contains public members of types contained in the System.Collections.Generic namespace.
In other words, the following code does not work for reverse engineer:

public Dictionary<int, PhoneArea> GetPhoneAreas(){
       return new Dictionary<int, PhoneArea>();
}


Is there a solution for this?

Pages: [1]