ObjectConstructor(T) Delegate

Json.NET

Json.NET - Quick Starts & API Documentation ObjectConstructor<(Of <(<'T>)>)> Delegate
NamespacesNewtonsoft.Json.SerializationObjectConstructor<(Of <(<'T>)>)>
Represents a method that constructs an object.
Declaration Syntax
C# Visual Basic Visual C++
public delegate Object ObjectConstructor<T>(
	params Object[] args
)
Public Delegate Function ObjectConstructor(Of T) ( _
	ParamArray args As Object() _
) As Object
generic<typename T>
public delegate Object^ ObjectConstructor(
	... array<Object^>^ args
)
Generic Template Parameters
T

[Missing <typeparam name="T"/> documentation for "T:Newtonsoft.Json.Serialization.ObjectConstructor`1"]

Parameters
args (array<Object>[]()[][])

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)