JsonConverterAttribute Constructors

Definitie

Overloads

Name Description
JsonConverterAttribute()

Initialiseert een nieuw exemplaar van JsonConverterAttribute.

JsonConverterAttribute(Type)

Initialiseert een nieuw exemplaar van JsonConverterAttribute met het opgegeven conversieprogrammatype.

JsonConverterAttribute()

Bron:
JsonConverterAttribute.cs
Bron:
JsonConverterAttribute.cs
Bron:
JsonConverterAttribute.cs
Bron:
JsonConverterAttribute.cs
Bron:
JsonConverterAttribute.cs
Bron:
JsonConverterAttribute.cs
Bron:
JsonConverterAttribute.cs

Initialiseert een nieuw exemplaar van JsonConverterAttribute.

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

Van toepassing op

JsonConverterAttribute(Type)

Bron:
JsonConverterAttribute.cs
Bron:
JsonConverterAttribute.cs
Bron:
JsonConverterAttribute.cs
Bron:
JsonConverterAttribute.cs
Bron:
JsonConverterAttribute.cs
Bron:
JsonConverterAttribute.cs
Bron:
JsonConverterAttribute.cs

Initialiseert een nieuw exemplaar van JsonConverterAttribute met het opgegeven conversieprogrammatype.

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)

Parameters

converterType
Type

Het type conversieprogramma.

Van toepassing op