C#可空类型

1、类型名后加?表示此变量可以赋值为null,例如 int?  temp = null;
posted @ 2011-10-14 14:15  韩冬冬  阅读(140)  评论(0)    收藏  举报