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
TypeThe underlying type for the contract.