JsonConverterAttribute Konstruktorer
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.
Överlagringar
| Name | Description |
|---|---|
| JsonConverterAttribute() |
Initierar en ny instans av JsonConverterAttribute. |
| JsonConverterAttribute(Type) |
Initierar en ny instans av JsonConverterAttribute med den angivna konverterartypen. |
JsonConverterAttribute()
Initierar en ny instans av JsonConverterAttribute.
protected:
JsonConverterAttribute();
protected JsonConverterAttribute();
Protected Sub New ()
Gäller för
JsonConverterAttribute(Type)
Initierar en ny instans av JsonConverterAttribute med den angivna konverterartypen.
public:
JsonConverterAttribute(Type ^ converterType);
public JsonConverterAttribute(Type converterType);
new System.Text.Json.Serialization.JsonConverterAttribute : Type -> System.Text.Json.Serialization.JsonConverterAttribute
Public Sub New (converterType As Type)
Parametrar
- converterType
- Type
Konverterarens typ.