C # learning record

xiaoxiao2021-03-06  43

Variable reference INT A = 10; this.method (red a); public void method (ref int param) {param = 0;}

转载请注明原文地址:https://www.9cbs.com/read-55708.html

New Post(0)