开发者

What is happening with resharper in vs2005

开发者 https://www.devze.com 2023-01-16 09:00 出处:网络
the original code is like this. else { 开发者_如何学Gocontinue; } } break; } case UserType.Individual: {

What is happening with resharper in vs2005

the original code is like this.

                         else
                            {
                             开发者_如何学Go   continue;
                            }
                        }
                        break;
                    }
                case UserType.Individual:
                    {


You want to install SP1 for Visual Studio. See http://devnet.jetbrains.net/docs/DOC-1204

0

精彩评论

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