
Declaration Syntax
public JsonObjectContract(
Type underlyingType
)
Public Sub New ( _
underlyingType As Type _
)
public:
JsonObjectContract(
Type^ underlyingType
)

Parameters
- underlyingType (Type)
- The underlying type for the contract.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)