C# Class Newtonsoft.Json.JsonConverterAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: JamesNK/Newtonsoft.Json

Méthodes publiques

Méthode Description
JsonConverterAttribute ( Type converterType ) : System

Initializes a new instance of the JsonConverterAttribute class.

Method Details

JsonConverterAttribute() public méthode

Initializes a new instance of the JsonConverterAttribute class.
public JsonConverterAttribute ( Type converterType ) : System
converterType System.Type Type of the .
Résultat System