// Left hand is the nullable type, righthand is default if the type is null. Nullable<DateTime> foo; DateTime value = foo ?? new DateTime(0);.
確定! 回上一頁