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.IReadOnlySpanConsumer-1.html below:

Interface IReadOnlySpanConsumer<T> | .NEXT

Interface IReadOnlySpanConsumer<T>

Represents functional interface returning no value and accepting the single argument of type ReadOnlySpan<T>.

Namespace: DotNext.Buffers Assembly: DotNext.dll Syntax
public interface IReadOnlySpanConsumer<T> : ISupplier<ReadOnlyMemory<T>, CancellationToken, ValueTask>, IFunctional<Func<ReadOnlyMemory<T>, CancellationToken, ValueTask>>
Type Parameters Name Description T

The type of the elements in the span.

Methods | Edit this page View Source Invoke(ReadOnlySpan<T>)

Invokes the consumer.

Declaration
void Invoke(ReadOnlySpan<T> span)
Parameters Type Name Description ReadOnlySpan<T> span

The span of elements.

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