MemoryExtensions.Reverse<T>(Span<T>) Method
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.
Reverses the sequence of the elements in the entire span.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static void Reverse(Span<T> span);
public static void Reverse<T> (this Span<T> span);
static member Reverse : Span<'T> -> unit
<Extension()>
Public Sub Reverse(Of T) (span As Span(Of T))
Type Parameters
- T
The type of elements in the span.
Parameters
- span
- Span<T>
The span to reverse.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.