📜  按值通过引用 c# 代码示例

📅  最后修改于: 2022-03-11 14:49:08.849000             🧑  作者: Mango

代码示例2
// must declare variable as ref as well!
ref int x = ref SomeClass.variable;