Span<T>.Enumerator.Current Property
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.
Gets a reference to the item at the current position of the enumerator.
public:
property T % Current { T % get(); };
public ref T Current { get; }
member this.Current : 'T
Public ReadOnly Property Current As T
The element in the Span<T> at the current position of the enumerator.
Current
is undefined under either of the following conditions:
Immediately after the enumerator is created, the enumerator is positioned before the first element in the span. MoveNext must be called to advance the enumerator to the first element of the span before reading the value of
Current
.The last call to MoveNext returned
false
, which indicates the end of the span.
Current
returns the same value until MoveNext is called. MoveNext sets Current
to the next item in the span.
Produkt | Verzie |
---|---|
.NET | Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Standard | 2.0 (package-provided), 2.1 |
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie: