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

指定的可空型。

屬性

例外狀況

type 不是可空的型態。

適用於