C# Class Newtonsoft.Json.Serialization.JsonLinqContract

Contract details for a Type used by the JsonSerializer.
Inheritance: JsonContract
ファイルを表示 Open project: runegri/Applicable Class Usage Examples

Public Methods

Method Description
JsonLinqContract ( Type underlyingType ) : System

Initializes a new instance of the JsonLinqContract class.

Method Details

JsonLinqContract() public method

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