Reflector doens't show class implementation

Posted by Federico Degrandis on Stack Overflow See other posts from Stack Overflow or by Federico Degrandis
Published on 2009-11-20T21:32:10Z Indexed on 2010/06/06 14:02 UTC
Read the original article Hit count: 455

Filed under:
|

Hi, I'm trying to decompile a library but when I click on a class name or a method name, the implementation code is empty.

For example:

public bool MethodOne(string str)
{
    // nothing
}

What could it be?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about reflector