Table of Contents

Class JsonArrayContract

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

Contract details for a Type used by the JsonSerializer.

public class JsonArrayContract : JsonContract
Inheritance
JsonArrayContract
Inherited Members

Constructors

JsonArrayContract(Type)

Initializes a new instance of the JsonArrayContract class.

public JsonArrayContract(Type underlyingType)

Parameters

underlyingType Type

The underlying type for the contract.