Java.Util.LinkedList.Last Property
Returns the last element in this LinkedList.

Syntax

[get: Android.Runtime.Register("getLast", "()Ljava/lang/Object;", "GetGetLastHandler")]
public virtual Java.Lang.Object Last { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.NoSuchElementExceptionif this LinkedList is empty

Remarks

Returns the last element in 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