Editar

Compartilhar 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)
ReadOnlySpanEnumerable<T>.Item(T, Int32)

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

Properties

Index

Gets the current index.

Value

Gets the reference to the current value.

Applies to