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 的类型。

适用于