Java.Lang.ThreadLocal.Get Method
Returns the value of this variable for the current thread.

Syntax

[Android.Runtime.Register("get", "()Ljava/lang/Object;", "GetGetHandler")]
public virtual Object Get ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the value of this variable for the current thread. If an entry doesn't yet exist for this variable on this thread, this method will create an entry, populating the value with the result of ThreadLocal.InitialValue.

[Android Documentation]

Requirements

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