Delegate ObjectConstructor<T>
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public delegate object ObjectConstructor<T>(params object[] args);
Parameters
|
Object[]
args
|
Returns
|
Object
|
Type Parameters
|
T
|