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
Returns
Constructors
ShouldUseConstructorParameters(object, nint)
public ShouldUseConstructorParameters(object @object, nint method)
Parameters
Methods
BeginInvoke(ShouldUseConstructorParametersArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(ShouldUseConstructorParametersArgs args, AsyncCallback callback, object @object)
Parameters
args
ShouldUseConstructorParametersArgscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual bool EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
Invoke(ShouldUseConstructorParametersArgs)
public virtual bool Invoke(ShouldUseConstructorParametersArgs args)