Share via


NullableConverter(Type) Konstruktor

Definice

Inicializuje novou instanci NullableConverter třídy.

public:
 NullableConverter(Type ^ type);
public NullableConverter (Type type);
new System.ComponentModel.NullableConverter : Type -> System.ComponentModel.NullableConverter
Public Sub New (type As Type)

Parametry

type
Type

Zadaný typ s možnou hodnotou null.

Výjimky

type není typu s možnou hodnotou null.

Platí pro