Click or drag to resize

JsonObjectContractParametrizedConstructor Property

Note: This API is now obsolete.

[Missing <summary> documentation for "P:Stimulsoft.Base.Json.Serialization.JsonObjectContract.ParametrizedConstructor"]

Namespace:  Stimulsoft.Base.Json.Serialization
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
[ObsoleteAttribute("ParametrizedConstructor is obsolete. Use OverrideCreator instead.")]
public ConstructorInfo ParametrizedConstructor { get; set; }

Property Value

Type: ConstructorInfo
See Also