See Also: CrossProcessCursorWrapper Members
Cursor wrapper that implements Android.Database.ICrossProcessCursor.
If the wrapped cursor implements Android.Database.ICrossProcessCursor, then the wrapper delegates CrossProcessCursorWrapper.FillWindow(int, Android.Database.CursorWindow), CrossProcessCursorWrapper.Window and CrossProcessCursorWrapper.OnMove(int, System.Int32) to it. Otherwise, the wrapper provides default implementations of these methods that traverse the contents of the cursor similar to AbstractCursor.FillWindow(int, Android.Database.CursorWindow).
This wrapper can be used to adapt an ordinary Android.Database.ICursor into a Android.Database.ICrossProcessCursor.