Using Nullable Types

System.Nullable<T> variable

-or-

T? variable

原文地址:https://www.cnblogs.com/greencolor/p/1711658.html