Java.Util.IList.Get Method
Returns the element at the specified location in this List.

Syntax

[Android.Runtime.Register("get", "(I)Ljava/lang/Object;", "GetGet_IHandler:Java.Util.IListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object Get (int location)

Parameters

location
the index of the element to return.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif location = size()

Remarks

Returns the element at the specified location in this List.

[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