API Reference

Delegate

CsvFieldSpanAction

Namespace OfficeIMO.CSV
Assembly OfficeIMO.CSV
Base MulticastDelegate
Implements
ICloneable ISerializable
Modifiers sealed

Receives a parsed CSV field as a transient character span.

Inheritance

  • MulticastDelegate
  • CsvFieldSpanAction

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public CsvFieldSpanAction(Object object, IntPtr method) #

Parameters

object Object requiredposition: 0
method IntPtr requiredposition: 1

Methods

public virtual IAsyncResult BeginInvoke(Int32 recordIndex, Int32 fieldIndex, ReadOnlySpan<Char> value, AsyncCallback callback, Object object) #
Returns: IAsyncResult

Parameters

recordIndex Int32 requiredposition: 0
fieldIndex Int32 requiredposition: 1
value ReadOnlySpan<Char> requiredposition: 2
callback AsyncCallback requiredposition: 3
object Object requiredposition: 4
public virtual Void EndInvoke(IAsyncResult result) #
Returns: Void

Parameters

result IAsyncResult requiredposition: 0
public virtual Void Invoke(Int32 recordIndex, Int32 fieldIndex, ReadOnlySpan<Char> value) #
Returns: Void

Parameters

recordIndex Int32 requiredposition: 0
fieldIndex Int32 requiredposition: 1
value ReadOnlySpan<Char> requiredposition: 2