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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.