
本站地址:http://www.bajiao123.com

[FxCop.设计规则]6. 避免使用输出参数
reply = String.Empty; switch (input) { case TypeOfFeedback.Complaint: case TypeOfFeedback.Praise : action = Actions.ForwardToManagement; reply = "Thank you. " + replyText; returnReply = true; break; case TypeOfFeedback.Suggestion: action = Actions.ForwardToDeveloper; reply = replyText; returnReply = true; break; case TypeOfFeedback.Incomprehensible: default:
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
本站地址:http://www.bajiao123.com

