次の方法で共有


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

確認する入力。

戻り値

True の場合は null 許容です。

適用対象