ArrayPrototype.reverse(Object) Metódus

Definíció

A megadott tömb elemeinek megfordítása.

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

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

Paraméterek

thisob
Object

A metódus által alkalmazott objektum.

Válaszok

thisob.

Attribútumok

A következőre érvényes:

Lásd még