JsonConverterAttribute Konstruktoren

Definition

Überlädt

Name Beschreibung
JsonConverterAttribute()

Initialisiert eine neue instance von JsonConverterAttribute.

JsonConverterAttribute(Type)

Initialisiert eine neue Instanz mit JsonConverterAttribute dem angegebenen Konvertertyp.

JsonConverterAttribute()

Quelle:
JsonConverterAttribute.cs
Quelle:
JsonConverterAttribute.cs
Quelle:
JsonConverterAttribute.cs
Quelle:
JsonConverterAttribute.cs
Quelle:
JsonConverterAttribute.cs
Quelle:
JsonConverterAttribute.cs
Quelle:
JsonConverterAttribute.cs

Initialisiert eine neue instance von JsonConverterAttribute.

protected:
 JsonConverterAttribute();
protected JsonConverterAttribute();
Protected Sub New ()

Gilt für:

JsonConverterAttribute(Type)

Quelle:
JsonConverterAttribute.cs
Quelle:
JsonConverterAttribute.cs
Quelle:
JsonConverterAttribute.cs
Quelle:
JsonConverterAttribute.cs
Quelle:
JsonConverterAttribute.cs
Quelle:
JsonConverterAttribute.cs
Quelle:
JsonConverterAttribute.cs

Initialisiert eine neue Instanz mit JsonConverterAttribute dem angegebenen Konvertertyp.

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)

Parameter

converterType
Type

Der Typ des Konverters.

Gilt für: