A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://dotnet.github.io/dotNext/api/DotNext.Buffers.ReadOnlySpanFunc-3.html below:

Delegate ReadOnlySpanFunc<T, TArg, TResult> | .NEXT

Delegate ReadOnlySpanFunc<T, TArg, TResult>

Represents ReadOnlySpanAction<T, TArg> counterpart with return value.

Namespace: DotNext.Buffers Assembly: DotNext.IO.dll Syntax
public delegate TResult ReadOnlySpanFunc<T, in TArg, out TResult>(ReadOnlySpan<T> span, TArg arg)
Parameters Type Name Description ReadOnlySpan<T> span

A read-only span of objects.

TArg arg

A state object.

Returns Type Description TResult

The value returned by the delegate.

Type Parameters Name Description T

The type of the objects in the read-only span.

TArg

The type of the object that represents the state.

TResult

The type of return value.

Extension Methods

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4