A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/en-us/dotnet/api/system.span-1.slice below:

Span<T>.Slice Method (System) | Microsoft Learn

Span<T>.Slice Method Definition Overloads Slice(Int32)

Forms a slice out of the current span that begins at a specified index.

Slice(Int32, Int32)

Forms a slice out of the current span starting at a specified index for a specified length.

Slice(Int32)
Source:
Span.cs
Source:
Span.cs
Source:
Span.cs
Source:
Span.cs

Forms a slice out of the current span that begins at a specified index.

public:
 Span<T> Slice(int start);
public Span<T> Slice(int start);
member this.Slice : int -> Span<'T>
Public Function Slice (start As Integer) As Span(Of T)
Parameters
start
Int32

The zero-based index at which to begin the slice.

Returns

A span that consists of all elements of the current span from start to the end of the span.

Exceptions

start is less than zero or greater than Length.

Slice(Int32, Int32)
Source:
Span.cs
Source:
Span.cs
Source:
Span.cs
Source:
Span.cs

Forms a slice out of the current span starting at a specified index for a specified length.

public:
 Span<T> Slice(int start, int length);
public Span<T> Slice(int start, int length);
member this.Slice : int * int -> Span<'T>
Public Function Slice (start As Integer, length As Integer) As Span(Of T)
Parameters
start
Int32

The zero-based index at which to begin this slice.

length
Int32

The desired length for the slice.

Returns

A span that consists of length elements from the current span starting at start.

Exceptions

start or start + length is less than zero or greater than Length.

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4