NullableConverter(Type) Konstruktor

Definice

Inicializuje novou instanci NullableConverter třídy.

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

Zadaný typ s možnou hodnotou null.

Atributy

Výjimky

type není typ s možnou hodnotou null.

Platí pro