ArrayPrototype.reverse(Object) Metodo

Definizione

Inverte gli elementi della matrice specificata.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

thisob
Object

Oggetto su cui agisce questo metodo.

Restituisce

Object

thisob.

Attributi

Si applica a

Vedi anche