摘要: 1,传值: void action ( int i) { } 2,ref传引用: void action ( ref int i) { } //ref传引用,源值可读可写。 3,in只读引用: void action ( in int i) { } //in传引用,可读,不能改变源值。 4,out只 阅读全文
posted @ 2021-01-19 11:48 enif 阅读(1382) 评论(0) 推荐(0) 编辑
豫ICP备2021034901号