C# Class Newtonsoft.Json.Serialization.JsonDynamicContract

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

Public Methods

Method Description
JsonDynamicContract ( Type underlyingType ) : System

Initializes a new instance of the JsonDynamicContract class.

Method Details

JsonDynamicContract() public method

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