C# Class LC.Newtonsoft.Json.Serialization.JsonLinqContract

Contract details for a Type used by the JsonSerializer.
Inheritance: LC.Newtonsoft.Json.Serialization.JsonContract
Mostrar archivo Open project: leancloud/csharp-sdk

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 Type The underlying type for the contract.
return System