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

Contract details for a Type used by the JsonSerializer.
Наследование: cdeNewtonsoft.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