Java.Util.Hashtable.Get Method
Returns the value associated with the specified key in this Hashtable.

Syntax

[Android.Runtime.Register("get", "(Ljava/lang/Object;)Ljava/lang/Object;", "GetGet_Ljava_lang_Object_Handler")]
public override Java.Lang.Object Get (Java.Lang.Object key)

Parameters

key
the key of the value returned.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the value associated with the specified key in this Hashtable.

[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