JsonConverterAttribute Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| JsonConverterAttribute() |
Initialiseert een nieuw exemplaar van JsonConverterAttribute. |
| JsonConverterAttribute(Type) |
Initialiseert een nieuw exemplaar van JsonConverterAttribute met het opgegeven conversieprogrammatype. |
JsonConverterAttribute()
Initialiseert een nieuw exemplaar van JsonConverterAttribute.
protected:
JsonConverterAttribute();
protected JsonConverterAttribute();
Protected Sub New ()
Van toepassing op
JsonConverterAttribute(Type)
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.