ReadOnlySpanEnumerable<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 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. |