Going from a C# class to an C# interface

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a tool (freeware, shareware, commercial) that converts an arbitrary
class in an Assembly into a interface (in essence, extracting the structure
of a class without the implementation code)?
 
Back
Top