Edit

Share via


ReadOnlySpanEnumerable<T>.Item Struct

Definition

An item from a source Span<T> instance.

public readonly ref struct ReadOnlySpanEnumerable<T>.Item
type ReadOnlySpanEnumerable<'T>.Item = struct
Public Structure ReadOnlySpanEnumerable(Of T).Item

Type Parameters

T
Inheritance
ReadOnlySpanEnumerable<T>.Item

Constructors

ReadOnlySpanEnumerable<T>.Item(ReadOnlySpan<T>, Int32)

Properties

Index

Gets the current index.

Value

Gets the reference to the current value.

Applies to