SpanEnumerable<T>.Item Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |
Properties
Index |
Gets the current index. |
Value |
Gets the reference to the current value. |