WCF-Xtensions Class Reference for .NET
JsonConverterAttribute Constructor






Type of the converter.
Initializes a new instance of the JsonConverterAttribute class.
Syntax
public JsonConverterAttribute( 
   System.Type converterType
)
public JsonConverterAttribute( 
    converterType: System.Type
); 
public function JsonConverterAttribute( 
   converterType : System.Type
);
public: JsonConverterAttribute( 
   System.Type* converterType
)
public:
JsonConverterAttribute( 
   System.Type^ converterType
)
'Declaration
 
Public Function New( _
   ByVal converterType As System.Type _
)
 
'Usage
 
Dim converterType As System.Type
 
Dim instance As New JsonConverterAttribute(converterType)

Parameters

converterType
Type of the converter.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonConverterAttribute Class
JsonConverterAttribute Members

Send Feedback