ArrayPrototype.reverse(Object) 方法

定義

將指定陣列的元素反轉。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

thisob
Object

這個方法作用的對象。

傳回

thisob

屬性

適用於

另請參閱