Click or drag to resize

JsonConverterAttribute Constructor (Type, Object)

Initializes a new instance of the JsonConverterAttribute class

Namespace:  Stimulsoft.Base.Json
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public JsonConverterAttribute(
	Type converterType,
	params Object[] converterParameters
)

Parameters

converterType
Type: SystemType

[Missing <param name="converterType"/> documentation for "M:Stimulsoft.Base.Json.JsonConverterAttribute.#ctor(System.Type,System.Object[])"]

converterParameters
Type: SystemObject

[Missing <param name="converterParameters"/> documentation for "M:Stimulsoft.Base.Json.JsonConverterAttribute.#ctor(System.Type,System.Object[])"]

See Also