C# 2.0 introduced nullable types that allow you to assign null to value type variables. ... static void Main(string[] args) { Nullable<int> i = null; if (i.
確定! 回上一頁