SpanEnumerable<T>.Item Struct

Definition

An item from a source Span<T> instance.

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

Type Parameters

T
Inheritance
SpanEnumerable<T>.Item

Constructors

SpanEnumerable<T>.Item(Span<T>, Int32)
SpanEnumerable<T>.Item(T, Int32)

Initializes a new instance of the SpanEnumerable<T>.Item struct.

Properties

Index

Gets the current index.

Value

Gets the reference to the current value.

Applies to