ArrayPrototype.pop(Object) Methode

Definition

Entfernt das letzte Element aus dem angegebenen Array und gibt es zurück.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

thisob
Object

Das Objekt, auf das diese Methode ausgeführt wird.

Gibt zurück

Das letzte Element von thisob.

Attribute

Gilt für:

Weitere Informationen