NullableConverter(Type) コンストラクター

定義

NullableConverter クラスの新しいインスタンスを初期化します。

public:
 NullableConverter(Type ^ type);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The UnderlyingType cannot be statically discovered.")]
public NullableConverter(Type type);
public NullableConverter(Type type);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The UnderlyingType cannot be statically discovered.")>]
new System.ComponentModel.NullableConverter : Type -> System.ComponentModel.NullableConverter
new System.ComponentModel.NullableConverter : Type -> System.ComponentModel.NullableConverter
Public Sub New (type As Type)

パラメーター

type
Type

指定された null 許容型。

属性

例外

type は null 許容型ではありません。

適用対象