Extensions.IsNullable(Type) 方法

定义

类型可以为 Null。

public static bool IsNullable(this Type type);
static member IsNullable : Type -> bool
<Extension()>
Public Function IsNullable (type As Type) As Boolean

参数

type
Type

键入要检查。

返回

如果可为 null,则为 True。

适用于