JsonStringContract Constructor (underlyingType)

Json.NET

Json.NET - Quick Starts & API Documentation JsonStringContract Constructor (underlyingType)
NamespacesNewtonsoft.Json.SerializationJsonStringContractJsonStringContract(Type)
Initializes a new instance of the JsonStringContract class.
Declaration Syntax
C# Visual Basic Visual C++
public JsonStringContract(
	Type underlyingType
)
Public Sub New ( _
	underlyingType As Type _
)
public:
JsonStringContract(
	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)