C# Class Newtonsoft.Json.JsonConverterAttribute

Inheritance: System.Attribute
显示文件 Open project: JamesNK/Newtonsoft.Json

Public Methods

Method Description
JsonConverterAttribute ( Type converterType ) : System

Initializes a new instance of the JsonConverterAttribute class.

Method Details

JsonConverterAttribute() public method

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