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.

属性

适用于

另请参阅