Java.Util.IList.LastIndexOf Method
Searches this List for the specified object and returns the index of the last occurrence.

Syntax

[Android.Runtime.Register("lastIndexOf", "(Ljava/lang/Object;)I", "GetLastIndexOf_Ljava_lang_Object_Handler:Java.Util.IListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int LastIndexOf (Java.Lang.Object object)

Parameters

object
the object to search for.

Returns

Documentation for this section has not yet been entered.

Remarks

Searches this List for the specified object and returns the index of the last occurrence.

[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