开发者

Is there a tool to reassemble C# partial class files into one single class source code file?

Is there a tool that can reassemble C# partial class files into one single class source code file? S开发者_如何学Pythonure I could do by hand, but if such a tool exists, that would make it much easier. Does anyone know of one?


Red Gate .NET Reflector.


Use Reflector.

Variable names won't be so beautiful but it will give you what you want.


I don't think any such tool available, may be you can try is to write a macro.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜