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

[FxCop.设计规则]6. 避免使用输出参数
foreach(TypeOfFeedback t in Enum.GetValues(typeof(TypeOfFeedback))) { // The call to the library. disposition[i] = BadRefAndOut.ReplyInformation( t, out reply[i], ref action[i]); Console.WriteLine("Reply: {0} Action: {1} return? {2} ", reply[i], action[i], disposition[i]); i++; } }
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
本站地址:http://www.bajiao123.com

