JsonConverterAttribute Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
JsonConverterAttribute() |
yeni bir örneğini JsonConverterAttributebaşlatır. |
JsonConverterAttribute(Type) |
Belirtilen dönüştürücü türüyle yeni bir örneğini JsonConverterAttribute başlatır. |
JsonConverterAttribute()
- Kaynak:
- JsonConverterAttribute.cs
- Kaynak:
- JsonConverterAttribute.cs
- Kaynak:
- JsonConverterAttribute.cs
yeni bir örneğini JsonConverterAttributebaşlatır.
protected:
JsonConverterAttribute();
protected JsonConverterAttribute ();
Protected Sub New ()
Şunlara uygulanır
JsonConverterAttribute(Type)
- Kaynak:
- JsonConverterAttribute.cs
- Kaynak:
- JsonConverterAttribute.cs
- Kaynak:
- JsonConverterAttribute.cs
Belirtilen dönüştürücü türüyle yeni bir örneğini JsonConverterAttribute başlatır.
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)
Parametreler
- converterType
- Type
Dönüştürücü türü.
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.