JsonArrayContract public class JsonArrayContract : JsonContract Contract details for a Type used by the JsonSerializer. Documentation public Type CollectionItemType { get; } Gets the Type of the collection items. public JsonArrayContract(Type underlyingType) Initializes a new instance of the JsonArrayContract class.