JsonObjectContract Constructor |
Namespace:
Stimulsoft.Base.Json.Serialization
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax public JsonObjectContract(
Type underlyingType
)
Public Sub New (
underlyingType As Type
)
Parameters
- underlyingType
- Type: SystemType
[Missing <param name="underlyingType"/> documentation for "M:Stimulsoft.Base.Json.Serialization.JsonObjectContract.#ctor(System.Type)"]
See Also