JsonDictionaryContract Constructor (underlyingType)

Json.NET

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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)