C# 클래스 cdeNewtonsoft.Json.Serialization.JsonStringContract

Contract details for a Type used by the JsonSerializer.
상속: cdeNewtonsoft.Json.Serialization.JsonPrimitiveContract
파일 보기 프로젝트 열기: TRUMPF-IoT/C-DEngine

공개 메소드들

메소드 설명
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