Table of Contents

Delegate GetConstructor

Namespace
CsvHelper
Assembly
CsvHelper.dll

Function that chooses the constructor to use for constructor mapping.

public delegate ConstructorInfo GetConstructor(GetConstructorArgs args)

Parameters

args GetConstructorArgs

Returns

ConstructorInfo

Constructors

GetConstructor(object, nint)

public GetConstructor(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(GetConstructorArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(GetConstructorArgs args, AsyncCallback callback, object @object)

Parameters

args GetConstructorArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual ConstructorInfo EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

ConstructorInfo

Invoke(GetConstructorArgs)

public virtual ConstructorInfo Invoke(GetConstructorArgs args)

Parameters

args GetConstructorArgs

Returns

ConstructorInfo