NullableConverter(Type) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

type
Type

Określony typ dopuszczania wartości null.

Atrybuty

Wyjątki

type nie jest typem dopuszczalnym wartości null.

Dotyczy