C# 클래스 Newtonsoft.Json.JsonConverterAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: JamesNK/Newtonsoft.Json

공개 메소드들

메소드 설명
JsonConverterAttribute ( Type converterType ) : System

Initializes a new instance of the JsonConverterAttribute class.

메소드 상세

JsonConverterAttribute() 공개 메소드

Initializes a new instance of the JsonConverterAttribute class.
public JsonConverterAttribute ( Type converterType ) : System
converterType System.Type Type of the .
리턴 System