检查是否可以将null分配给给定类型的实例

时间:2016-08-15 12:14:30

标签: c# types null instance

我有一个Type-object myType。有没有办法检查是否可以将null分配给所述类型的实例?

if (CanAssignNull(myType))
    // can assign null
else
    // cannot assign null

0 个答案:

没有答案