C#可空类型


在其原值范围上再加上null

像一种模板类

Nullable<int> i = new Nullable<int>(3);

也可以使用'?'声明