C# Класс Newtonsoft.Json.Serialization.JsonDictionaryContract

Contract details for a Type used by the JsonSerializer.
Наследование: Newtonsoft.Json.Serialization.JsonContainerContract
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CreateWrapper IWrappedDictionary
IsTypeGenericDictionaryInterface bool

Открытые методы

Метод Описание
JsonDictionaryContract ( Type underlyingType ) : System

Initializes a new instance of the JsonDictionaryContract class.

Приватные методы

Метод Описание
CreateWrapper ( object dictionary ) : IWrappedDictionary
IsTypeGenericDictionaryInterface ( Type type ) : bool

Описание методов

JsonDictionaryContract() публичный Метод

Initializes a new instance of the JsonDictionaryContract class.
public JsonDictionaryContract ( Type underlyingType ) : System
underlyingType System.Type The underlying type for the contract.
Результат System