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
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.