C# Class Newtonsoft.Json.Serialization.JsonDynamicContract

Contract details for a Type used by the JsonSerializer.
Inheritance: JsonContract
Afficher le fichier Open project: runegri/Applicable Class Usage Examples

Méthodes publiques

Méthode Description
JsonDynamicContract ( Type underlyingType ) : System

Initializes a new instance of the JsonDynamicContract class.

Method Details

JsonDynamicContract() public méthode

Initializes a new instance of the JsonDynamicContract class.
public JsonDynamicContract ( Type underlyingType ) : System
underlyingType System.Type The underlying type for the contract.
Résultat System