Android.Database.AbstractCursor Class
This is an abstract cursor class that handles a lot of the common code that all cursors need to deal with and is provided for convenience reasons.

See Also: AbstractCursor Members

Syntax

[Android.Runtime.Register("android/database/AbstractCursor", DoNotGenerateAcw=true)]
public abstract class AbstractCursor : Java.Lang.Object, ICrossProcessCursor, IDisposable

Remarks

This is an abstract cursor class that handles a lot of the common code that all cursors need to deal with and is provided for convenience reasons.

[Android Documentation]

Requirements

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