C# Class Newtonsoft.Json.Serialization.JsonStringContract

Inheritance: Newtonsoft.Json.Serialization.JsonPrimitiveContract
Afficher le fichier Open project: cgoconseils/XrmFramework Class Usage Examples

Méthodes publiques

Méthode Description
JsonStringContract ( Type underlyingType ) : System

Initializes a new instance of the JsonStringContract class.

Method Details

JsonStringContract() public méthode

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