NullableConverter(Type) Konstruktor

Definition

Initialisiert eine neue Instanz der NullableConverter-Klasse.

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)

Parameter

type
Type

Der angegebene Nullwertetyp.

Attribute

Ausnahmen

type ist kein Nullwerte-Typ.

Gilt für: