Table of Contents

Class JsonLinqContract

Namespace
Newtonsoft.Json.Serialization
Assembly
Newtonsoft.Json.dll

Contract details for a Type used by the JsonSerializer.

public class JsonLinqContract : JsonContract
Inheritance
JsonLinqContract
Inherited Members

Constructors

JsonLinqContract(Type)

Initializes a new instance of the JsonLinqContract class.

public JsonLinqContract(Type underlyingType)

Parameters

underlyingType Type

The underlying type for the contract.