Java.Util.LinkedList.RemoveLast Method
Removes the last object from this LinkedList.

Syntax

[Android.Runtime.Register("removeLast", "()Ljava/lang/Object;", "GetRemoveLastHandler")]
public virtual Java.Lang.Object RemoveLast ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.NoSuchElementExceptionif this LinkedList is empty.

Remarks

Removes the last object from this LinkedList.

[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