NullableConverter(Type) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy NullableConverter.

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

Określony typ dopuszczalny do wartości null.

Wyjątki

type nie jest typem dopuszczalnym wartości null.

Dotyczy