Reference types: Passing one object to multiple classes?
引用类型:一个对象传递到多个类?。
Passing types by reference (using out or ref) requires experience with Pointers, understanding how value types and reference types differ, and handling methods with multiple return values.
使用引用类型参数,需要了解值类型和引用类型的差别,同时,使用这个方法将会有多个返回值。
Do not confuse the concept of passing by reference with the concept of reference types.
不要将“通过引用传递”概念与“引用类型”概念相混淆。
应用推荐