Java.Lang.Ref.ReferenceQueue Class
The ReferenceQueue is the container on which reference objects are enqueued when the garbage collector detects the reachability type specified for the referent.

See Also: ReferenceQueue Members

Syntax

[Android.Runtime.Register("java/lang/ref/ReferenceQueue", DoNotGenerateAcw=true)]
public class ReferenceQueue : Java.Lang.Object

Remarks

The ReferenceQueue is the container on which reference objects are enqueued when the garbage collector detects the reachability type specified for the referent.

[Android Documentation]

Requirements

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