ArrayPrototype.reverse(Object) Método

Definição

Inverte os elementos da matriz especificada.Reverses the elements of the specified array.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 static System::Object ^ reverse(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Array_reverse)]
public static object reverse (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Array_reverse)>]
static member reverse : obj -> obj
Public Shared Function reverse (thisob As Object) As Object

Parâmetros

thisob
Object

O objeto no qual este método está atuando.The object that this method is acting upon.

Retornos

Object

thisob.thisob.

Atributos

Aplica-se a

Confira também