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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.