Java.Lang.ThreadLocal.Remove Method
Removes the entry for this variable in the current thread.

Syntax

[Android.Runtime.Register("remove", "()V", "GetRemoveHandler")]
public virtual void Remove ()

Remarks

Removes the entry for this variable in the current thread. If this call is followed by a ThreadLocal.Get before a ThreadLocal.set(T), #get() will call ThreadLocal.InitialValue and create a new entry with the resulting value.

[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