C# Class Hypermedia.Json.JsonConverterAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: cosullivan/Hypermedia

Public Methods

Method Description
JsonConverterAttribute ( Type converterType ) : System

Constructor.

Method Details

JsonConverterAttribute() public method

Constructor.
public JsonConverterAttribute ( Type converterType ) : System
converterType System.Type The converter type.
return System