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

[FxCop.设计规则]6. 避免使用输出参数
// Properties. public string Reply { get { return reply;}} public Actions Action { get { return action;}}
public override string ToString() { return String.Format("Reply: {0} Action: {1} return? {2}", reply, action.ToString(), returnReply.ToString()); } }
public class RedesignedRefAndOut { public static ReplyData ReplyInformation (TypeOfFeedback input) { ReplyData answer; string replyText = "Your feedback has been forwarded " +
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
本站地址:http://www.bajiao123.com

