C# Class Newtonsoft.Json.Serialization.JsonLinqContract

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
JsonLinqContract ( Type underlyingType ) : System

Initializes a new instance of the JsonLinqContract class.

Method Details

JsonLinqContract() public méthode

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