Re-order methods in a class file to match the associated interface file
Posted
by ElectricDialect
on Stack Overflow
See other posts from Stack Overflow
or by ElectricDialect
Published on 2010-03-24T18:18:21Z
Indexed on
2010/03/24
18:23 UTC
Read the original article
Hit count: 200
visual-studio-2008
|resharper
Is it possible in Visual Studio 2008, either with or without Resharper, to re-order methods in a class file to match the order of methods in an associated interface file? What about the opposite (re-ordering the interface to match the implementing class)?
© Stack Overflow or respective owner