JsonConverterAttribute Konstruktorer

Definition

Överlagringar

Name Description
JsonConverterAttribute()

Initierar en ny instans av JsonConverterAttribute.

JsonConverterAttribute(Type)

Initierar en ny instans av JsonConverterAttribute med den angivna konverterartypen.

JsonConverterAttribute()

Källa:
JsonConverterAttribute.cs
Källa:
JsonConverterAttribute.cs
Källa:
JsonConverterAttribute.cs
Källa:
JsonConverterAttribute.cs
Källa:
JsonConverterAttribute.cs
Källa:
JsonConverterAttribute.cs
Källa:
JsonConverterAttribute.cs

Initierar en ny instans av JsonConverterAttribute.

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

Gäller för

JsonConverterAttribute(Type)

Källa:
JsonConverterAttribute.cs
Källa:
JsonConverterAttribute.cs
Källa:
JsonConverterAttribute.cs
Källa:
JsonConverterAttribute.cs
Källa:
JsonConverterAttribute.cs
Källa:
JsonConverterAttribute.cs
Källa:
JsonConverterAttribute.cs

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.

Gäller för