ArrayPrototype.pop(Object) Methode

Definitie

Hiermee verwijdert u het laatste element uit de opgegeven matrix en retourneert u het.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static System::Object ^ pop(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Array_pop)]
public static object pop(object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Array_pop)>]
static member pop : obj -> obj
Public Shared Function pop (thisob As Object) As Object

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

Het laatste element van thisob.

Kenmerken

Van toepassing op

Zie ook