(edx)标识符
2015-10-01 本文已影响19人
ichengzi
Variables
edx链接
these are identifiers that you create to hold values
or references to objects
in your code. A variable is essentially
a named memory location
保存变量值,引用对象,实质上,一个命名的内存地址
解释的真不错,从内存本质入手
C#关键字
![](https://img.haomeiwen.com/i10421/2ef75e57a29b13d4.png)
]