Utility.RotateRight<T> Method

Rotates the array right.
Public Shared Sub RotateRight(Of  _ 
T)( _ 
ByVal array As T() _ 
)
This language is not supported or no code example is available.
public static void RotateRight<T>( 
T[] array 
)
This language is not supported or no code example is available.

Type Parameters

T

The array items type

Parameters

array
T[]

The array

.NET Framework

Supported in: 4.8

In this article

Definition