C# Class Newtonsoft.Json.Serialization.JsonArrayContract

Contract details for a Type used by the JsonSerializer.
Inheritance: JsonContract
Afficher le fichier Open project: thirumg/Avro.NET Class Usage Examples

Private Properties

Свойство Type Description
CreateWrapper IWrappedCollection
IsTypeGenericCollectionInterface bool

Méthodes publiques

Méthode Description
JsonArrayContract ( Type underlyingType ) : System

Initializes a new instance of the JsonArrayContract class.

Private Methods

Méthode Description
CreateWrapper ( object list ) : IWrappedCollection
IsTypeGenericCollectionInterface ( Type type ) : bool

Method Details

JsonArrayContract() public méthode

Initializes a new instance of the JsonArrayContract class.
public JsonArrayContract ( Type underlyingType ) : System
underlyingType System.Type The underlying type for the contract.
Résultat System