Java.Lang.ThreadLocal.InitialValue Method
Provides the initial value of this variable for the current thread.

Syntax

[Android.Runtime.Register("initialValue", "()Ljava/lang/Object;", "GetInitialValueHandler")]
protected virtual Object InitialValue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Provides the initial value of this variable for the current thread. The default implementation returns null.

[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