C# Class Hypermedia.Json.JsonConverterAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: cosullivan/Hypermedia

Méthodes publiques

Méthode Description
JsonConverterAttribute ( Type converterType ) : System

Constructor.

Method Details

JsonConverterAttribute() public méthode

Constructor.
public JsonConverterAttribute ( Type converterType ) : System
converterType System.Type The converter type.
Résultat System