- 博客(4)
- 资源 (1)
- 收藏
- 关注
C#学习必备精典面试集
C#的 经典面试合集如:
public const int A=1,B=3;
与C/C++类似,在C#中,一个常量可以依赖于另一个符号常量,但不能形成循环依赖,例如:
class ConstExample
{public const int A=1;
public const int B=A+2;
}
2010-05-29
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅
1296
1