C# Class Newtonsoft.Json.Serialization.JsonObjectContract

Contract details for a System.Type used by the JsonSerializer.
Inheritance: Newtonsoft.Json.Serialization.JsonContainerContract
Afficher le fichier Open project: JamesNK/Newtonsoft.Json Class Usage Examples

Private Properties

Свойство Type Description
GetUninitializedObject object

Méthodes publiques

Méthode Description
JsonObjectContract ( Type underlyingType ) : System

Initializes a new instance of the JsonObjectContract class.

Private Methods

Méthode Description
GetUninitializedObject ( ) : object

Method Details

JsonObjectContract() public méthode

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