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

Наследование: Newtonsoft.Json.Serialization.JsonPrimitiveContract
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the JsonStringContract class.

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

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

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