Android.Database.MatrixCursor Class
A mutable cursor implementation backed by an array of Objects.

See Also: MatrixCursor Members

Syntax

[Android.Runtime.Register("android/database/MatrixCursor", DoNotGenerateAcw=true)]
public class MatrixCursor : AbstractCursor

Remarks

A mutable cursor implementation backed by an array of Objects. Use MatrixCursor.NewRow to add rows. Automatically expands internal capacity as needed.

[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