Java.Util.Stack.Search Method
Returns the index of the first occurrence of the object, starting from the top of the stack.

Syntax

[Android.Runtime.Register("search", "(Ljava/lang/Object;)I", "GetSearch_Ljava_lang_Object_Handler")]
public virtual int Search (Java.Lang.Object o)

Parameters

o
the object to be searched.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the index of the first occurrence of the object, starting from the top of the stack.

[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