Java.Util.Concurrent.CopyOnWriteArrayList.IndexOf Method
Searches this List for the specified object and returns the index of the first occurrence.

Syntax

[Android.Runtime.Register("indexOf", "(Ljava/lang/Object;)I", "GetIndexOf_Ljava_lang_Object_Handler")]
public virtual int IndexOf (Java.Lang.Object o)

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 first occurrence.

[Android Documentation]

Requirements

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