<PackageReference Include="Newtonsoft.Json" Version="6.0.8" />

ObjectConstructor<T>

public sealed delegate ObjectConstructor<T> : MulticastDelegate
Represents a method that constructs an object.
namespace Newtonsoft.Json.Serialization { public delegate object ObjectConstructor<T> (params object[] args); }