Udostępnij za pośrednictwem


JsonConverterAttribute Konstruktory

Definicja

Przeciążenia

JsonConverterAttribute()

Inicjuje nowe wystąpienie klasy JsonConverterAttribute.

JsonConverterAttribute(Type)

Inicjuje nowe wystąpienie o JsonConverterAttribute określonym typie konwertera.

JsonConverterAttribute()

Źródło:
JsonConverterAttribute.cs
Źródło:
JsonConverterAttribute.cs
Źródło:
JsonConverterAttribute.cs

Inicjuje nowe wystąpienie klasy JsonConverterAttribute.

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

Dotyczy

JsonConverterAttribute(Type)

Źródło:
JsonConverterAttribute.cs
Źródło:
JsonConverterAttribute.cs
Źródło:
JsonConverterAttribute.cs

Inicjuje nowe wystąpienie o JsonConverterAttribute określonym typie konwertera.

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)

Parametry

converterType
Type

Typ konwertera.

Dotyczy