2018年5月16日
摘要: int i:默认; class add(int i){ i=2; } 1.ref 、out、默认的 有什么区别 (1)ref 和out与默认 区别:在与 能接受返回的变量值 (2)ref 和 out 区别:out 所修饰的变量可以不用赋值,而 默认的和ref 需要 2.计算性能 var stopWa 阅读全文
posted @ 2018-05-16 15:51 赤练人生 阅读(226) 评论(0) 推荐(0)