Table of Contents

Delegate ObjectConstructor<T>

Namespace
Newtonsoft.Json.Serialization
Assembly
Newtonsoft.Json.dll
public delegate object ObjectConstructor<T>(params object?[] args)

Parameters

args object[]

Returns

object

Type Parameters

T
Extension Methods

Constructors

ObjectConstructor(object, IntPtr)

public ObjectConstructor(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object?[], AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object?[] args, AsyncCallback callback, object @object)

Parameters

args object[]
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual object EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

object

Invoke(params object?[])

public virtual object Invoke(params object?[] args)

Parameters

args object[]

Returns

object