Click or drag to resize

JsonDynamicContract Constructor

Initializes a new instance of the JsonDynamicContract class

Namespace:  Stimulsoft.Base.Json.Serialization
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public JsonDynamicContract(
	Type underlyingType
)

Parameters

underlyingType
Type: SystemType

[Missing <param name="underlyingType"/> documentation for "M:Stimulsoft.Base.Json.Serialization.JsonDynamicContract.#ctor(System.Type)"]

See Also