Java.Util.IList.GetHashCode Method
Returns the hash code for this List.

Syntax

[Android.Runtime.Register("hashCode", "()I", "GetGetHashCodeHandler:Java.Util.IListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetHashCode ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the hash code for this List. It is calculated by taking each element' hashcode and its position in the List into account.

[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