Reflector doens't show class implementation
- by Federico Degrandis
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?