Click or drag to resize
Json.NET

ObjectConstructorT Delegate

 
Represents a method that constructs an object.

Namespace:  Newtonsoft.Json.Serialization
Assembly:  Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
public delegate Object ObjectConstructor<T>(
	params Object[] args
)

Parameters

args
Type: SystemObject

Type Parameters

T
The object type to create.

Return Value

Type: Object
See Also