API Reference
Delegate
CsvFieldSpanAction
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
- Method CsvDocument.ReadFieldSpans
- Method CsvDocument.ReadFieldSpans
- Method CsvDocument.ReadFieldSpansFromText
Constructors
Methods
public virtual IAsyncResult BeginInvoke(Int32 recordIndex, Int32 fieldIndex, ReadOnlySpan<Char> value, AsyncCallback callback, Object object) #Returns:
IAsyncResultParameters
- recordIndex Int32
- fieldIndex Int32
- value ReadOnlySpan<Char>
- callback AsyncCallback
- object Object
public virtual Void Invoke(Int32 recordIndex, Int32 fieldIndex, ReadOnlySpan<Char> value) #Returns:
VoidParameters
- recordIndex Int32
- fieldIndex Int32
- value ReadOnlySpan<Char>
Inherited Methods
public Object DynamicInvoke(params Object[] args) #Returns:
ObjectInherited from Delegate
Parameters
- args Object[]
public override sealed Boolean Equals(Object obj) #Returns:
BooleanInherited from MulticastDelegate
Parameters
- obj Object
public override sealed Delegate[] GetInvocationList() #Returns:
Delegate[]Inherited from MulticastDelegate
public override Void GetObjectData(SerializationInfo info, StreamingContext context) #Returns:
VoidInherited from MulticastDelegate
Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}") EditorBrowsable(1)Parameters
- info SerializationInfo
- context StreamingContext