Table of Contents

Delegate ShouldUseConstructorParameters

Namespace
CsvHelper
Assembly
CsvHelper.dll

Function that determines if constructor parameters should be used to create the class instead of the default constructor and members.

public delegate bool ShouldUseConstructorParameters(ShouldUseConstructorParametersArgs args)

Parameters

args ShouldUseConstructorParametersArgs

Returns

bool

Constructors

ShouldUseConstructorParameters(object, nint)

public ShouldUseConstructorParameters(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(ShouldUseConstructorParametersArgs, AsyncCallback, object)

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

Parameters

args ShouldUseConstructorParametersArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(ShouldUseConstructorParametersArgs)

public virtual bool Invoke(ShouldUseConstructorParametersArgs args)

Parameters

args ShouldUseConstructorParametersArgs

Returns

bool