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

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

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

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

Initializes a new instance of the JsonLinqContract class.

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

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

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