Java.Util.Stack.Pop Method
Returns the element at the top of the stack and removes it.

Syntax

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

See Also

Stack.Peek

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.EmptyStackExceptionif the stack is empty.

Remarks

Returns the element at the top of the stack and removes it.

[Android Documentation]

Requirements

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