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

Syntax

[Android.Runtime.Register("pop", "()Ljava/lang/Object;", "GetPopHandler")]
public virtual Java.Lang.Object Pop ()

See Also

IDeque.Pop

Returns

Documentation for this section has not yet been entered.

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