Java.Util.IDeque.Pop Method
Pops an element from the stack represented by this deque.

Syntax

[Android.Runtime.Register("pop", "()Ljava/lang/Object;", "GetPopHandler:Java.Util.IDequeInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object Pop ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.NoSuchElementExceptionif this deque is empty

Remarks

Pops an element from the stack represented by this deque. In other words, removes and returns the first element of this deque.

This method is equivalent to IDeque.RemoveFirst.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9