JsonDynamicContract Constructor (underlyingType)

Json.NET

Json.NET - Quick Starts & API Documentation JsonDynamicContract Constructor (underlyingType)
NamespacesNewtonsoft.Json.SerializationJsonDynamicContractJsonDynamicContract(Type)
Initializes a new instance of the JsonDynamicContract class.
Declaration Syntax
C# Visual Basic Visual C++
public JsonDynamicContract(
	Type underlyingType
)
Public Sub New ( _
	underlyingType As Type _
)
public:
JsonDynamicContract(
	Type^ underlyingType
)
Parameters
underlyingType (Type)
The underlying type for the contract.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)