[This is preliminary documentation and is subject to change.]

Initializes a new instance of the JsonConverterAttribute class.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public JsonConverterAttribute(
	Type converterType
)
Visual Basic (Declaration)
Public Sub New ( _
	converterType As Type _
)
Visual C++
public:
JsonConverterAttribute(
	Type^ converterType
)

Parameters

converterType
Type: System..::.Type
Type of the converter.

See Also

JsonConverterAttribute Class
Facebook.Json Namespace