摘要: In C#, out keyword 是argument传值变成passed by reference. out keyword 在同时返回多个值时很有用. 与ref keyword 相似. 若是使用out keyword传argument, 那么在method 的definition 和 使用时都 阅读全文
posted @ 2016-09-14 02:26 Dylan_Java_NYC 阅读(217) 评论(0) 推荐(0) 编辑