H
Henry Chen
In Delphi we could tell by the blue dots on the margin of the editor that a
piece of code was compiled or not and because Delphi optimised the
compilation not to contain source that was never called, identifying such
code was very easy. Is there a way to easily tell if a method in .NET is
never called?
Thanks in advance
Henry
piece of code was compiled or not and because Delphi optimised the
compilation not to contain source that was never called, identifying such
code was very easy. Is there a way to easily tell if a method in .NET is
never called?
Thanks in advance
Henry