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

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

Private Properties

Свойство Тип Описание
GetUninitializedObject object

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

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

Initializes a new instance of the JsonObjectContract class.

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

Метод Описание
GetUninitializedObject ( ) : object

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

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

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