NullableConverter(Type) Konstruktor
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av NullableConverter klassen.
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)
Parametrar
- type
- Type
Den angivna nullbara typen.
- Attribut
Undantag
type är inte en nullbar typ.