ObjectConstructor<T>
                
                
Represents a method that constructs an object.
            
                 
                
using System.
Runtime.
CompilerServices;
namespace Newtonsoft.
Json.
Serialization
{
    
public delegate object ObjectConstructor<[
System.
Runtime.
CompilerServices.
Nullable(
2)] 
T> ([
System.
Runtime.
CompilerServices.
Nullable(
new byte[] {
        
1,
        
2
    })] 
params object[] 
args);
}