Menu

#59 Reverse Engineering for C#. Generics Support

open
nobody
None
5
2012-10-15
2009-10-08
Anonymous
No

Are Generics supported for reverse engineering?
Out of 15 files I gave to it, it was able to "reverse engineer" only one :(

It doesn' look it is capable to parse this

public class Test
{
private Queue <IMyQueue> q = new Queue<IMyQueue>();

public Queue MyQueue
{
get {return q;}
}

}

Syntax Error
Unrecoverable Parse Error
Location: 3Line 15Column

P.S. It would be nice to have Copy-n-Paste working for the Output window, so I don't type these messages :)

Discussion


Log in to post a comment.