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.

특성

적용 대상

추가 정보